mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +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:
parent
719e18bbee
commit
8d49e96dcf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue