aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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.