1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-24 05:22:04 -08:00

Use $MAKE for `make' if set.

This commit is contained in:
Gerd Moellmann 2001-10-24 11:40:14 +00:00
parent 70cc9b64a1
commit b7a43f2406

View 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