summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.in3
-rw-r--r--lwlib/Makefile.in1
-rw-r--r--nextstep/Makefile.in1
-rw-r--r--src/Makefile.in3
4 files changed, 0 insertions, 8 deletions
diff --git a/Makefile.in b/Makefile.in
index 0ecb273fb2a..2e205d88c42 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -68,9 +68,6 @@ SHELL = @SHELL@
# current directory.
CDPATH=
-# If Make doesn't predefine MAKE, set it here.
-@SET_MAKE@
-
# ==================== Things 'configure' Might Edit ====================
cache_file = @cache_file@
diff --git a/lwlib/Makefile.in b/lwlib/Makefile.in
index efb7f3a7ab6..d6a8f50ce74 100644
--- a/lwlib/Makefile.in
+++ b/lwlib/Makefile.in
@@ -26,7 +26,6 @@ srcdir=@srcdir@
# MinGW CPPFLAGS may use this.
abs_top_srcdir=@abs_top_srcdir@
VPATH=@srcdir@
-@SET_MAKE@
C_SWITCH_X_SITE=@C_SWITCH_X_SITE@
C_SWITCH_SYSTEM=@C_SWITCH_SYSTEM@
C_SWITCH_MACHINE=@C_SWITCH_MACHINE@
diff --git a/nextstep/Makefile.in b/nextstep/Makefile.in
index 2d8f85b74a0..ad1abb0bf50 100644
--- a/nextstep/Makefile.in
+++ b/nextstep/Makefile.in
@@ -30,7 +30,6 @@ EXEEXT = @EXEEXT@
# abs_top_srcdir may contain ".."
top_srcdir_abs = $(shell cd @top_srcdir@; pwd -P)
-@SET_MAKE@
MKDIR_P = @MKDIR_P@
## Emacs.app.
diff --git a/src/Makefile.in b/src/Makefile.in
index dbe6b6aa000..ab319837249 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -38,9 +38,6 @@ CPPFLAGS = @CPPFLAGS@
LDFLAGS = @LDFLAGS@
EXEEXT = @EXEEXT@
version = @version@
-# Substitute an assignment for the MAKE variable, because
-# BSD doesn't have it as a default.
-@SET_MAKE@
MKDIR_P = @MKDIR_P@
# Don't use LIBS. configure puts stuff in it that either shouldn't be
# linked with Emacs or is duplicated by the other stuff below.