Changed the Makefile.in that held -include $(DEP_FILES) to #include $(DEP_FILES)

This commit is contained in:
Phil Kimble
2001-09-09 16:06:16 +00:00
parent aeaef6f0da
commit f044b1b1bc
6 changed files with 6 additions and 6 deletions

View File

@@ -276,7 +276,7 @@ distdir: $(DISTFILES)
DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
-include $(DEP_FILES)
#include $(DEP_FILES)
mostlyclean-depend: