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:
parent
70cc9b64a1
commit
b7a43f2406
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue