aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-04-13 13:49:23 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-04-13 13:49:23 +0000
commit559c0049bb577a7b28383a92f442e242b1b32318 (patch)
tree664698005ccb70df9b47f67392d1e2f5d9d4aa4b
parent9b04636f9bceb4ce7220529fa34bdfbc1abfa857 (diff)
rename to lower-case-m makefile so as not to confuse Cactus build system
now use my maple preprocessor from ../misc/, rather than grabbing this from my $PATH (i.e. from somewhere outside the AHFinderDirect tree) git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@505 f88db872-0e4f-0410-b76b-b9085cfa78c5
-rw-r--r--src/maple/makefile (renamed from src/maple/Makefile)4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/maple/Makefile b/src/maple/makefile
index 141bf9e..efa1333 100644
--- a/src/maple/Makefile
+++ b/src/maple/makefile
@@ -1,5 +1,5 @@
# Makefile for maple code
-# $Id: Makefile,v 1.2 2001-06-15 09:45:03 jthorn Exp $
+# $Id: makefile,v 1.1 2002-04-13 13:49:23 jthorn Exp $
#
# Environment Variables:
@@ -19,7 +19,7 @@
mm : $(patsubst %.maple, %.mm, $(wildcard *.maple))
%.mm : %.maple $(wildcard *.minc $(gfa_dir)/*.minc $(gfa_dir)/*.maple)
- mpp -D$(MAPLE_VERSION) <$< >$@
+ ../misc/mpp -D$(MAPLE_VERSION) <$< >$@
.PHONY : clean
clean :