fixed build error

svn path=/trunk/; revision=5475
This commit is contained in:
Thomas Bluemel 2003-08-09 07:15:20 +00:00
parent 000755de9d
commit 3d4914c898

View file

@ -7,7 +7,7 @@ DEP_FILES := $(join $(dir $(DEP_FILTERED)), $(addprefix ., $(notdir $(DEP_FILTER
# I (Andrew Greenwood) had to add this to compile under MinGW:
SEP = /
# SEP = /
ifneq ($(MAKECMDGOALS),clean)
-include $(DEP_FILES)