aboutsummaryrefslogtreecommitdiffstats
path: root/nextstep
diff options
context:
space:
mode:
authorPaul Eggert2017-01-07 18:15:17 -0800
committerPaul Eggert2017-01-07 18:15:37 -0800
commit952d0f2ce4c262f45d19acffb107c7167cd5e07f (patch)
treebd4474ac2cc62275c39529d9ad4e7097f19f3813 /nextstep
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 'nextstep')
-rw-r--r--nextstep/Makefile.in1
1 files changed, 0 insertions, 1 deletions
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@
30# abs_top_srcdir may contain ".." 30# abs_top_srcdir may contain ".."
31top_srcdir_abs = $(shell cd @top_srcdir@; pwd -P) 31top_srcdir_abs = $(shell cd @top_srcdir@; pwd -P)
32 32
33@SET_MAKE@
34MKDIR_P = @MKDIR_P@ 33MKDIR_P = @MKDIR_P@
35 34
36## Emacs.app. 35## Emacs.app.