Still having problems with auto-depends on when running building Windows.
authorRobert Dickenson <robd@reactos.org>
Mon, 9 Dec 2002 17:03:09 +0000 (17:03 +0000)
committerRobert Dickenson <robd@reactos.org>
Mon, 9 Dec 2002 17:03:09 +0000 (17:03 +0000)
Cannot see how or when this problem was introduced, just suddenly stopped working the other day...
Appending the final \ seems to get it fixed again.
DEPENDS_PATH := $(subst /,\,$(PATH_TO_TOP))\tools\
Please let me know if it breaks things for others.

svn path=/trunk/; revision=3841

reactos/tools/depend.mk

index bf49d44..f259929 100644 (file)
@@ -11,7 +11,7 @@ include $(DEP_FILES)
 endif
 
 ifeq ($(SEP),\)
 endif
 
 ifeq ($(SEP),\)
-DEPENDS_PATH := $(subst /,\,$(PATH_TO_TOP))\tools
+DEPENDS_PATH := $(subst /,\,$(PATH_TO_TOP))\tools\
 else
 DEPENDS_PATH := $(PATH_TO_TOP)/tools
 endif
 else
 DEPENDS_PATH := $(PATH_TO_TOP)/tools
 endif