summaryrefslogtreecommitdiff
path: root/lib/make/known-architectures/uxpv4.1_ES
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-12-20 11:08:09 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-12-20 11:08:09 +0000
commit4408744d2fb2233921ff742502e1a8d0ebae51a3 (patch)
tree7fdd47ed9ab00fa654b0a298f50fd62fb39328e4 /lib/make/known-architectures/uxpv4.1_ES
parentee3704071c7d83676f4a3703f9af634384f48b25 (diff)
Fixed wrong names for compiler flags.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@2518 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/make/known-architectures/uxpv4.1_ES')
-rw-r--r--lib/make/known-architectures/uxpv4.1_ES4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/make/known-architectures/uxpv4.1_ES b/lib/make/known-architectures/uxpv4.1_ES
index e2e9cdef..a51590f1 100644
--- a/lib/make/known-architectures/uxpv4.1_ES
+++ b/lib/make/known-architectures/uxpv4.1_ES
@@ -23,8 +23,8 @@ else
: ${F77_DEPEND_OUT='> /dev/null; touch $@'}
# this is needed to compile with modules
- : ${F77_FLAGS='-Am'}
- : ${F90_FLAGS='-Am'}
+ : ${F77FLAGS='-Am'}
+ : ${F90FLAGS='-Am'}
# some optimization flags
: ${C_OPTIMISE_FLAGS='-O -K4'}