summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorknarf <knarf@17b73243-c579-4c4c-a9d2-2d5706c11dac>2010-09-16 18:33:44 +0000
committerknarf <knarf@17b73243-c579-4c4c-a9d2-2d5706c11dac>2010-09-16 18:33:44 +0000
commit0a6fa3d95179f787764057b0a632fd434b8a9010 (patch)
tree1e5067a18c778ef2c524b83060f734df1ace5d45 /Makefile
parentfabb98375ffbdfc82aac5a2674a9cd2bdceffc69 (diff)
Jian Tao: typo of exporting the wrong variable
git-svn-id: http://svn.cactuscode.org/flesh/trunk@4635 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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