summaryrefslogtreecommitdiff
path: root/lib/make
diff options
context:
space:
mode:
authoreschnett <eschnett@17b73243-c579-4c4c-a9d2-2d5706c11dac>2011-03-22 15:23:58 +0000
committereschnett <eschnett@17b73243-c579-4c4c-a9d2-2d5706c11dac>2011-03-22 15:23:58 +0000
commit8d0730b56463bb6e39461909be19b0881ccb4af8 (patch)
tree00b5ff6b3c0f10291fc340f9919175575fcf66fd /lib/make
parentef9b41044b0a6d44e67bb11cc9a6e3c7b3aefe3d (diff)
Export the MAKE variable to configuration scripts
git-svn-id: http://svn.cactuscode.org/flesh/trunk@4691 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/make')
-rw-r--r--lib/make/make.config.defn.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/make/make.config.defn.in b/lib/make/make.config.defn.in
index 516bf00d..602dc890 100644
--- a/lib/make/make.config.defn.in
+++ b/lib/make/make.config.defn.in
@@ -32,6 +32,8 @@ export LD = @LD@
export AR = @AR@
export RANLIB = @RANLIB@
export PERL = @PERL@
+# MAKE needs no definition, since make will set this variable automatically
+export MAKE
export TAR = @TAR@
# GZIP is used by gzip for a list of default options, thus we use GZIP_CMD
export GZIP_CMD = @GZIP_CMD@