From 8d0730b56463bb6e39461909be19b0881ccb4af8 Mon Sep 17 00:00:00 2001 From: eschnett Date: Tue, 22 Mar 2011 15:23:58 +0000 Subject: Export the MAKE variable to configuration scripts git-svn-id: http://svn.cactuscode.org/flesh/trunk@4691 17b73243-c579-4c4c-a9d2-2d5706c11dac --- lib/make/make.config.defn.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') 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@ -- cgit v1.2.3