emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 952d0f2: Remove @SET_MAKE@ from manually-maintained


From: Paul Eggert
Subject: [Emacs-diffs] master 952d0f2: Remove @SET_MAKE@ from manually-maintained files
Date: Sun, 8 Jan 2017 02:15:41 +0000 (UTC)

branch: master
commit 952d0f2ce4c262f45d19acffb107c7167cd5e07f
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    Remove @SET_MAKE@ from manually-maintained files
    
    Emacs now assumes GNU Make, so @SET_MAKE@ is no longer needed.
    * Makefile.in, lwlib/Makefile.in, nextstep/Makefile.in:
    * src/Makefile.in: Remove @address@hidden
---
 Makefile.in          |    3 ---
 lwlib/Makefile.in    |    1 -
 nextstep/Makefile.in |    1 -
 src/Makefile.in      |    3 ---
 4 files changed, 8 deletions(-)

diff --git a/Makefile.in b/Makefile.in
index 0ecb273..2e205d8 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.
address@hidden@
-
 # ==================== Things 'configure' Might Edit ====================
 
 cache_file = @cache_file@
diff --git a/lwlib/Makefile.in b/lwlib/Makefile.in
index efb7f3a..d6a8f50 100644
--- a/lwlib/Makefile.in
+++ b/lwlib/Makefile.in
@@ -26,7 +26,6 @@ address@hidden@
 # MinGW CPPFLAGS may use this.
 address@hidden@
 address@hidden@
address@hidden@
 address@hidden@
 address@hidden@
 address@hidden@
diff --git a/nextstep/Makefile.in b/nextstep/Makefile.in
index 2d8f85b..ad1abb0 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)
 
address@hidden@
 MKDIR_P = @MKDIR_P@
 
 ## Emacs.app.
diff --git a/src/Makefile.in b/src/Makefile.in
index dbe6b6aa..ab31983 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.
address@hidden@
 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]