From: Gerd Moellmann Date: Wed, 24 Oct 2001 11:38:42 +0000 (+0000) Subject: Use $MAKE for `make' if set. X-Git-Tag: ttn-vms-21-2-B4~19205 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f8f7ab5469962c6038cba9ac1223783d07b95d70;p=emacs.git Use $MAKE for `make' if set. --- diff --git a/configure.in b/configure.in index 74436d51423..fcfd53e18c8 100644 --- a/configure.in +++ b/configure.in @@ -2274,7 +2274,7 @@ sed -e 's/[^a-zA-Z0-9_]/ /g' -e 's/^/ /' -e 's/ *$//' \ changequote([, ])dnl echo creating src/epaths.h -make epaths-force +${MAKE-make} epaths-force # As of 2000-11-19, newest development versions of GNU cpp preprocess # `..' to `. .' unless invoked with -traditional