aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 32276084b3f..dd667ea60a3 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -40,6 +40,7 @@ version = @version@
40# Substitute an assignment for the MAKE variable, because 40# Substitute an assignment for the MAKE variable, because
41# BSD doesn't have it as a default. 41# BSD doesn't have it as a default.
42@SET_MAKE@ 42@SET_MAKE@
43MKDIR_P = @MKDIR_P@
43# Don't use LIBS. configure puts stuff in it that either shouldn't be 44# Don't use LIBS. configure puts stuff in it that either shouldn't be
44# linked with Emacs or is duplicated by the other stuff below. 45# linked with Emacs or is duplicated by the other stuff below.
45# LIBS = @LIBS@ 46# LIBS = @LIBS@
@@ -284,7 +285,7 @@ CANNOT_DUMP=@CANNOT_DUMP@
284DEPDIR=deps 285DEPDIR=deps
285## -MMD -MF $(DEPDIR)/$*.d if AUTO_DEPEND; else empty. 286## -MMD -MF $(DEPDIR)/$*.d if AUTO_DEPEND; else empty.
286DEPFLAGS=@DEPFLAGS@ 287DEPFLAGS=@DEPFLAGS@
287## test -d $(DEPDIR) || mkdir $(DEPDIR) (if AUTO_DEPEND); else ':'. 288## ${MKDIR_P} ${DEPDIR} (if AUTO_DEPEND); else ':'.
288MKDEPDIR=@MKDEPDIR@ 289MKDEPDIR=@MKDEPDIR@
289 290
290## DO NOT use -R. There is a special hack described in lastfile.c 291## DO NOT use -R. There is a special hack described in lastfile.c