From: Gerd Moellmann Date: Wed, 24 Oct 2001 11:40:14 +0000 (+0000) Subject: Use $MAKE for `make' if set. X-Git-Tag: emacs-21.2~472 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b7a43f2406bea1df2e99755dd28a0697d6dfcddc;p=emacs.git Use $MAKE for `make' if set. --- diff --git a/configure.in b/configure.in index 3ab59ad9a9e..66fa891f4a2 100644 --- a/configure.in +++ b/configure.in @@ -2290,7 +2290,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