summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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@