]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove @SET_MAKE@ from manually-maintained files
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 8 Jan 2017 02:15:17 +0000 (18:15 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 8 Jan 2017 02:15:37 +0000 (18:15 -0800)
Emacs now assumes GNU Make, so @SET_MAKE@ is no longer needed.
* Makefile.in, lwlib/Makefile.in, nextstep/Makefile.in:
* src/Makefile.in: Remove @SET_MAKE@.

Makefile.in
lwlib/Makefile.in
nextstep/Makefile.in
src/Makefile.in

index 0ecb273fb2a3e41f4ec6ccaa11b24c8c6f4d3198..2e205d88c4236d51fb5972d936290dd2b4c97bff 100644 (file)
@@ -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@
index efb7f3a7ab6e76168fa593e0a454d40f9e09a27f..d6a8f50ce747d71437b414162cbec82bcb662dad 100644 (file)
@@ -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@
index 2d8f85b74a043b66d3de0b1feaf2dc50ab5f0246..ad1abb0bf509f64389ee4fd86fe6986d2243873d 100644 (file)
@@ -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.
index dbe6b6aa00049d1e900d4f26bf4f0d688402c048..ab3198372490018acf0a3912437517ba88ab5449 100644 (file)
@@ -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.