branch update for HEAD-2003091401
[reactos.git] / tools / depend.mk
index bf49d44..64cf053 100644 (file)
@@ -6,8 +6,11 @@ DEP_FILTERED := $(filter-out $(DEP_EXCLUDE_FILTER), $(DEP_OBJECTS:.o=.d))
 DEP_FILES := $(join $(dir $(DEP_FILTERED)), $(addprefix ., $(notdir $(DEP_FILTERED))))
 
 
+# I (Andrew Greenwood) had to add this to compile under MinGW:
+# SEP = /
 ifneq ($(MAKECMDGOALS),clean)
-include $(DEP_FILES)
+-include $(DEP_FILES)
 endif
 
 ifeq ($(SEP),\)