Export MAKE variable to configuration scripts

Issue #357 closed
Erik Schnetter created an issue

I suggest to export the MAKE variable to configuration scripts.

Index: make.config.defn.in

--- make.config.defn.in (revision 4690) +++ make.config.defn.in (working copy) @@ -32,6 +32,8 @@ 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@

Keyword:

Comments (4)

  1. Log in to comment