mirror of
https://github.com/reactos/reactos.git
synced 2026-07-07 01:44:20 +08:00
Sorry, I broke depend.mk last time by forcing forward slash usage... This should fix it.
svn path=/trunk/; revision=5131
This commit is contained in:
@@ -6,8 +6,8 @@ DEP_FILTERED := $(filter-out $(DEP_EXCLUDE_FILTER), $(DEP_OBJECTS:.o=.d))
|
||||
DEP_FILES := $(join $(dir $(DEP_FILTERED)), $(addprefix ., $(notdir $(DEP_FILTERED))))
|
||||
|
||||
|
||||
# Added by Silver Blade:
|
||||
SEP = /
|
||||
# I (Andrew Greenwood) had to add this to compile under MinGW:
|
||||
# SEP = /
|
||||
|
||||
|
||||
ifneq ($(MAKECMDGOALS),clean)
|
||||
|
||||
Reference in New Issue
Block a user