aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert2017-01-07 18:15:17 -0800
committerPaul Eggert2017-01-07 18:15:37 -0800
commit952d0f2ce4c262f45d19acffb107c7167cd5e07f (patch)
treebd4474ac2cc62275c39529d9ad4e7097f19f3813 /src
parent77f35363fd9bb743716a196a3168fa94d896c28e (diff)
downloademacs-952d0f2ce4c262f45d19acffb107c7167cd5e07f.tar.gz
emacs-952d0f2ce4c262f45d19acffb107c7167cd5e07f.zip
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 @SET_MAKE@.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in3
1 files changed, 0 insertions, 3 deletions
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@
38LDFLAGS = @LDFLAGS@ 38LDFLAGS = @LDFLAGS@
39EXEEXT = @EXEEXT@ 39EXEEXT = @EXEEXT@
40version = @version@ 40version = @version@
41# Substitute an assignment for the MAKE variable, because
42# BSD doesn't have it as a default.
43@SET_MAKE@
44MKDIR_P = @MKDIR_P@ 41MKDIR_P = @MKDIR_P@
45# Don't use LIBS. configure puts stuff in it that either shouldn't be 42# Don't use LIBS. configure puts stuff in it that either shouldn't be
46# linked with Emacs or is duplicated by the other stuff below. 43# linked with Emacs or is duplicated by the other stuff below.