diff --git a/wmake/makefiles/files b/wmake/makefiles/files index e28c353d4b..4c32b2f26e 100644 --- a/wmake/makefiles/files +++ b/wmake/makefiles/files @@ -31,7 +31,7 @@ FILES = $(OBJECTS_DIR)/files VARS = $(OBJECTS_DIR)/variables SFILES = $(OBJECTS_DIR)/sourceFiles --include $(OPTIONS) +sinclude $(OPTIONS) #------------------------------------------------------------------------------ diff --git a/wmake/makefiles/general b/wmake/makefiles/general index 4973e14891..5d0bc95d74 100644 --- a/wmake/makefiles/general +++ b/wmake/makefiles/general @@ -212,7 +212,7 @@ dep: $(DEPENDENCIES) updatedep: dep ifeq ($(findstring lnInclude,$(MAKECMDGOALS))$(findstring updatedep,$(MAKECMDGOALS)),) --include $(DEPENDENCIES) +sinclude $(DEPENDENCIES) endif