From 3d4914c8983d0f425516032509816927fe516d6d Mon Sep 17 00:00:00 2001 From: Thomas Bluemel Date: Sat, 9 Aug 2003 07:15:20 +0000 Subject: [PATCH] fixed build error svn path=/trunk/; revision=5475 --- reactos/tools/depend.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/tools/depend.mk b/reactos/tools/depend.mk index cc9a6d88eaa..64cf053ecc3 100644 --- a/reactos/tools/depend.mk +++ b/reactos/tools/depend.mk @@ -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)