mirror of
https://github.com/reactos/reactos.git
synced 2026-06-03 09:51:03 +08: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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user