summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-10-11 16:34:46 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-10-11 16:34:46 +0000
commitcc33e898fcf4df23c27a2ba95c676f6962a475af (patch)
treed9a656210ab4881346e0b807f1534ee14bcf0713
parent19ef5c8f9d86552b7deedbeda24c462be3161a69 (diff)
Should now compile out of the box under hp, or at least
on the npaci exemplar 8-) Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1015 17b73243-c579-4c4c-a9d2-2d5706c11dac
-rw-r--r--lib/make/known-architectures/hp-ux5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/make/known-architectures/hp-ux b/lib/make/known-architectures/hp-ux
index 3b44c039..e3408d9c 100644
--- a/lib/make/known-architectures/hp-ux
+++ b/lib/make/known-architectures/hp-ux
@@ -6,7 +6,7 @@
# @desc
# Known architecture stuff for the NCSA Exemplar
# @enddesc
-# @version $Header: /mnt/data2/cvs2svn/cvs-repositories/Cactus/lib/make/known-architectures/hp-ux,v 1.7 1999-10-11 15:57:59 goodale Exp $
+# @version $Header: /mnt/data2/cvs2svn/cvs-repositories/Cactus/lib/make/known-architectures/hp-ux,v 1.8 1999-10-11 16:34:46 goodale Exp $
# @@*/
if test "$CCTK_CONFIG_STAGE" = "preferred-compilers" ; then
@@ -23,6 +23,7 @@ else
: ${C_DEPEND_OUT='> /dev/null'}
: ${CXX_DEPEND_OUT='> /dev/null'}
: ${F_DEPEND='$(CPP) -M$@ $(CPPFLAGS)'}
- : ${F77_DEPEND_OUT="> /dev/null; perl -p -i -e 's/\.F77\.o/\.o/g' $(basename $(@)).d "}
+ : ${F_DEPEND_OUT='> /dev/null'}
+ : ${F77_DEPEND_OUT='> /dev/null; perl -p -i -e "s/\.F77\.o/\.o/g" $(basename $(@)).d '}
fi