mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Put things back how they work for others until I work it out properly.
svn path=/trunk/; revision=3865
This commit is contained in:
parent
f51d9f66a6
commit
c43641f102
1 changed files with 2 additions and 2 deletions
|
@ -11,9 +11,9 @@ 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/
|
||||
DEPENDS_PATH := $(PATH_TO_TOP)/tools
|
||||
endif
|
||||
|
||||
.%.d: %.c $(PATH_TO_TOP)/tools/depends$(EXE_POSTFIX)
|
||||
|
|
Loading…
Reference in a new issue