Sorry, I broke depend.mk last time by forcing forward slash usage... This should fix it.

svn path=/trunk/; revision=5131
This commit is contained in:
Andrew Greenwood
2003-07-15 19:19:07 +00:00
parent acd21b1447
commit 8ff4e97a06

View File

@@ -6,8 +6,8 @@ DEP_FILTERED := $(filter-out $(DEP_EXCLUDE_FILTER), $(DEP_OBJECTS:.o=.d))
DEP_FILES := $(join $(dir $(DEP_FILTERED)), $(addprefix ., $(notdir $(DEP_FILTERED))))
# Added by Silver Blade:
SEP = /
# I (Andrew Greenwood) had to add this to compile under MinGW:
# SEP = /
ifneq ($(MAKECMDGOALS),clean)