Still having problems with auto-depends on when running building Windows.

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
This commit is contained in:
Robert Dickenson 2002-12-09 17:03:09 +00:00
parent 719e18bbee
commit 8d49e96dcf

View file

@ -11,7 +11,7 @@ include $(DEP_FILES)
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