Skip to content

Commit

Permalink
Remove @SET_MAKE@ from manually-maintained files
Browse files Browse the repository at this point in the history
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@.
  • Loading branch information
eggert committed Jan 8, 2017
1 parent 77f3536 commit 952d0f2
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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@
Expand Down
1 change: 0 additions & 1 deletion lwlib/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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@
Expand Down
1 change: 0 additions & 1 deletion nextstep/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 0 additions & 3 deletions src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 952d0f2

Please sign in to comment.