From 0463d7a68a6a8ae5f90cd66aee15673dc7e01528 Mon Sep 17 00:00:00 2001 From: tradke Date: Tue, 19 Jun 2001 15:28:23 +0000 Subject: Removed brackets in evaluation of F77FLAGS and F90FLAGS. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2240 17b73243-c579-4c4c-a9d2-2d5706c11dac --- lib/make/known-architectures/hiuxwe2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/make/known-architectures/hiuxwe2 b/lib/make/known-architectures/hiuxwe2 index 4e25e788..594bb805 100644 --- a/lib/make/known-architectures/hiuxwe2 +++ b/lib/make/known-architectures/hiuxwe2 @@ -6,7 +6,7 @@ # @desc Optimazations by Peter Diener # Configuration file for the Hitachi SR8000-F1 # @enddesc -# @version $Header: /mnt/data2/cvs2svn/cvs-repositories/Cactus/lib/make/known-architectures/hiuxwe2,v 1.3 2001-06-18 17:57:12 tradke Exp $ +# @version $Header: /mnt/data2/cvs2svn/cvs-repositories/Cactus/lib/make/known-architectures/hiuxwe2,v 1.4 2001-06-19 15:28:23 tradke Exp $ # @@*/ if test "$CCTK_CONFIG_STAGE" = "preferred-compilers" ; then @@ -34,8 +34,8 @@ else : ${F77FLAGS="-conti199 -uinline=2"} : ${F90FLAGS="-conti199 -uinline=2"} if test "$LD" = "CC" ; then - F77FLAGS="$(F77FLAGS) -64" - F90FLAGS="$(F90FLAGS) -64" + F77FLAGS="$F77FLAGS -64" + F90FLAGS="$F90FLAGS -64" fi : ${F77_OPTIMISE_FLAGS="-opt=ss -pvfunc=2 -noparallel -model=F1"} -- cgit v1.2.3