mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Still... having problems with auto-depends on when running building Windows.
DEPENDS_PATH := $(PATH_TO_TOP)/tools/ Seems to need a trailing / on the other option as well??? I can't explain what's going on here, so I'm trying to fix it by trial and error. Once again, please let me know if it breaks things for others. svn path=/trunk/; revision=3842
This commit is contained in:
@@ -13,7 +13,7 @@ endif
|
||||
ifeq ($(SEP),\)
|
||||
DEPENDS_PATH := $(subst /,\,$(PATH_TO_TOP))\tools\
|
||||
else
|
||||
DEPENDS_PATH := $(PATH_TO_TOP)/tools
|
||||
DEPENDS_PATH := $(PATH_TO_TOP)/tools/
|
||||
endif
|
||||
|
||||
.%.d: %.c $(PATH_TO_TOP)/tools/depends$(EXE_POSTFIX)
|
||||
|
||||
Reference in New Issue
Block a user