summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in
index dcf30a6ff..bc6e5a5ec 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -424,12 +424,12 @@ distdir: $(DISTFILES)
MKDEP = $(CC) -M $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
-
--include $(DEP_FILES)
-include .deps/.P
.deps/.P: $(BUILT_SOURCES)
echo > $@
+-include $(DEP_FILES)
+
mostlyclean-depend:
clean-depend: