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.
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:
parent
8d49e96dcf
commit
5118ff8a48
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue