diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-04-14 03:42:48 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-04-14 03:42:48 +0000 |
commit | dd2f4ddd9b69a3efe37346f47c166fe8fbea82fb (patch) | |
tree | 00734316531b62bf39248726011b291db28cfdbd /Makefile.in | |
parent | e3d4740350c043f36f3cbbdb92e820212e7ccc25 (diff) | |
download | emacs-dd2f4ddd9b69a3efe37346f47c166fe8fbea82fb.tar.gz |
(MAKE): Don't just assign it--use @SET_MAKE@.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 25a1fee3229..c5c0024dbd6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -32,7 +32,9 @@ # Still more severe - delete backup and autosave files, too. SHELL = /bin/sh -MAKE = make # BSD doesn't have it as a default. + +# If Make doesn't predefine MAKE, set it here. +@SET_MAKE@ # ==================== Things `configure' Might Edit ==================== |