no more complaints about missing .d files during build (yay!) - submitted by arty
authorRoyce Mitchell III <royce3@ev1.net>
Sat, 26 Jul 2003 22:51:03 +0000 (22:51 +0000)
committerRoyce Mitchell III <royce3@ev1.net>
Sat, 26 Jul 2003 22:51:03 +0000 (22:51 +0000)
svn path=/trunk/; revision=5282

reactos/tools/depend.mk

index 2d74a10..7985042 100644 (file)
@@ -11,7 +11,7 @@ DEP_FILES := $(join $(dir $(DEP_FILTERED)), $(addprefix ., $(notdir $(DEP_FILTER
 
 
 ifneq ($(MAKECMDGOALS),clean)
-include $(DEP_FILES)
+-include $(DEP_FILES)
 endif
 
 ifeq ($(SEP),\)