From 0a6fa3d95179f787764057b0a632fd434b8a9010 Mon Sep 17 00:00:00 2001 From: knarf Date: Thu, 16 Sep 2010 18:33:44 +0000 Subject: Jian Tao: typo of exporting the wrong variable git-svn-id: http://svn.cactuscode.org/flesh/trunk@4635 17b73243-c579-4c4c-a9d2-2d5706c11dac --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b5dabe45..9f66b0f4 100644 --- a/Makefile +++ b/Makefile @@ -124,7 +124,7 @@ endif ifdef F77FLAGS ifneq ($(strip $(origin F77FLAGS)), default) -SETUP_ENV += F77FLAGS="$(F77FLAGS)" ; export F90FLAGS ; +SETUP_ENV += F77FLAGS="$(F77FLAGS)" ; export F77FLAGS ; endif endif -- cgit v1.2.3