mirror of
https://github.com/reactos/reactos.git
synced 2026-05-23 07:40:09 +08:00
Avoid including dep rules if the previous makefile had an empty dep set,
because -include can't tolerate zero include files. svn path=/trunk/; revision=12660
This commit is contained in:
@@ -22,8 +22,10 @@ endif
|
||||
DEP_FILES := $(join $(dir $(DEP_FILTERED)), $(addprefix ., $(notdir $(DEP_FILTERED))))
|
||||
|
||||
ifneq ($(MAKECMDGOALS),clean)
|
||||
ifneq ($(DEP_FILES),)
|
||||
-include $(DEP_FILES)
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(SEP),\)
|
||||
DEPENDS_PATH := $(subst /,\,$(PATH_TO_TOP))\tools
|
||||
|
||||
Reference in New Issue
Block a user