summaryrefslogtreecommitdiff
path: root/nextstep
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2017-01-07 18:15:17 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2017-01-07 18:15:37 -0800
commit952d0f2ce4c262f45d19acffb107c7167cd5e07f (patch)
treebd4474ac2cc62275c39529d9ad4e7097f19f3813 /nextstep
parent77f35363fd9bb743716a196a3168fa94d896c28e (diff)
downloademacs-952d0f2ce4c262f45d19acffb107c7167cd5e07f.tar.gz
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@
# abs_top_srcdir may contain ".."
top_srcdir_abs = $(shell cd @top_srcdir@; pwd -P)
-@SET_MAKE@
MKDIR_P = @MKDIR_P@
## Emacs.app.