aboutsummaryrefslogtreecommitdiff
path: root/src/patch
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-07-31 17:27:10 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-07-31 17:27:10 +0000
commit0b8ee44874fddd9132c378ae073489e38f2af7fd (patch)
treec9159e4b1bb9d78708e070fd4eed3ca9c24808ba /src/patch
parent51c532bd20beef142a42704257f3cc4f20f7ee82 (diff)
rename makefile to Makefile.standalone
since the latter is the Cactus standard and doesn't interfere with the Cactus build systems on Windoze systems git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1168 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/patch')
-rw-r--r--src/patch/Makefile.standalone (renamed from src/patch/makefile)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/patch/makefile b/src/patch/Makefile.standalone
index 2820a80..c0ecc7a 100644
--- a/src/patch/makefile
+++ b/src/patch/Makefile.standalone
@@ -1,5 +1,5 @@
# Makefile for standalone test drivers in this directory
-# $Header: /usr/local/svn/cvs-repositories/numrelcvs/AEIThorns/AHFinderDirect/src/patch/makefile,v 1.5 2002-09-16 14:15:48 jthorn Exp $
+# $Header$
#
# CC, CXX = C and C++ compilers. Defaults are gcc and g++ if
# variables aren't set from command line or environment.