mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 13:45:50 +00:00
Removed incorrect path seperator replacement
svn path=/trunk/; revision=2648
This commit is contained in:
parent
21a85d799e
commit
75c16ac538
1 changed files with 0 additions and 6 deletions
|
@ -11,13 +11,7 @@ include $(DEP_FILES)
|
|||
endif
|
||||
|
||||
|
||||
ifeq ($(HOST),mingw32-linux)
|
||||
DEPENDS_PATH := $(PATH_TO_TOP)/tools
|
||||
endif
|
||||
|
||||
ifeq ($(HOST),mingw32-windows)
|
||||
DEPENDS_PATH := $(subst /,\,$(PATH_TO_TOP))\tools
|
||||
endif
|
||||
|
||||
.%.d: %.c $(PATH_TO_TOP)/tools/depends$(EXE_POSTFIX)
|
||||
$(CC) $(CFLAGS) -M $< | $(DEPENDS_PATH)$(SEP)depends$(EXE_POSTFIX) $(@D) $@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue