summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2009-02-13 10:06:31 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2009-02-13 10:06:31 +0000
commitd916e95e9570ae7c64e342b53a3bfae733ad3f6e (patch)
tree062fdd10ce3add3ef3718f4c29248b237553a0cc /lib
parent001b032b2d5bc245b6453390faa3b025ddd0f7b8 (diff)
fix warning message when an unknown F90 compiler was detected
git-svn-id: http://svn.cactuscode.org/flesh/trunk@4550 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib')
-rw-r--r--lib/make/known-architectures/linux4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/make/known-architectures/linux b/lib/make/known-architectures/linux
index 22afecf9..f853b4d3 100644
--- a/lib/make/known-architectures/linux
+++ b/lib/make/known-architectures/linux
@@ -67,7 +67,7 @@ else
if test "`/opt/absoft/bin/f95 -V foo.f 2>&1 | grep Absoft`" ; then
LINUX_F90_COMP=absoft
else
- echo "Unknown Linux f90 compiler '$LINUX_F90_COMP'."
+ echo "Unknown Linux f90 compiler '$F90'."
echo 'Please add appropriate information to'
echo " $srcdir/known-architectures/linux"
echo 'and send the updated file to CactusMaint'
@@ -347,7 +347,7 @@ else
: ${LIBS='m'}
;;
*)
- echo "Unknown Linux f90 compiler '$LINUX_F90_COMP'."
+ echo "Unknown Linux f90 compiler '$F90'."
echo 'Please add appropriate information to'
echo " $srcdir/known-architectures/linux-gnu"
echo 'and send the updated file to CactusMaint'