mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 12:23:30 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user