From ca9451a39d1d47da40e269cd4501bdc844bcb283 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 25 Jan 1998 21:20:53 +0000 Subject: [PATCH] . --- lib/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Makefile.in b/lib/Makefile.in index dcf30a6..bc6e5a5 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: -- 2.7.4