summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-04-14 03:42:48 +0000
committerRichard M. Stallman <rms@gnu.org>1994-04-14 03:42:48 +0000
commit2dc44cb56a1525ee995096cc497c86b9ca50993d (patch)
tree7e9e3785cdcba1ee813c438afb820c33deab09e8 /Makefile.in
parent1900a92b1d8253defda737db0b857028aae46b3d (diff)
downloademacs-2dc44cb56a1525ee995096cc497c86b9ca50993d.tar.gz
(MAKE): Don't just assign it--use @SET_MAKE@.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
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 ====================