aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorPaul Eggert2017-01-07 18:15:17 -0800
committerPaul Eggert2017-01-07 18:15:37 -0800
commit952d0f2ce4c262f45d19acffb107c7167cd5e07f (patch)
treebd4474ac2cc62275c39529d9ad4e7097f19f3813 /Makefile.in
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 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 0ecb273fb2a..2e205d88c42 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -68,9 +68,6 @@ SHELL = @SHELL@
68# current directory. 68# current directory.
69CDPATH= 69CDPATH=
70 70
71# If Make doesn't predefine MAKE, set it here.
72@SET_MAKE@
73
74# ==================== Things 'configure' Might Edit ==================== 71# ==================== Things 'configure' Might Edit ====================
75 72
76cache_file = @cache_file@ 73cache_file = @cache_file@