]> git.eshelyaron.com Git - emacs.git/commitdiff
Use $MAKE for `make' if set.
authorGerd Moellmann <gerd@gnu.org>
Wed, 24 Oct 2001 11:40:14 +0000 (11:40 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 24 Oct 2001 11:40:14 +0000 (11:40 +0000)
configure.in

index 3ab59ad9a9e1379d197ea39a70ce633412d8261c..66fa891f4a2401bfe4eac70313ccb216200cc5fa 100644 (file)
@@ -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