Changed the Makefile.in that held -include $(DEP_FILES) to #include $(DEP_FILES)
This commit is contained in:
@@ -267,7 +267,7 @@ distdir: $(DISTFILES)
|
||||
|
||||
DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
|
||||
|
||||
-include $(DEP_FILES)
|
||||
#include $(DEP_FILES)
|
||||
|
||||
mostlyclean-depend:
|
||||
|
||||
|
Reference in New Issue
Block a user