Skip to content
Snippets Groups Projects
Commit e3bb7ffd authored by Mark OLESEN's avatar Mark OLESEN
Browse files

STYLE: avoid mix of 'sinclude' and '-include' in make files

parent d8ea41e7
Branches
Tags
No related merge requests found
...@@ -31,7 +31,7 @@ FILES = $(OBJECTS_DIR)/files ...@@ -31,7 +31,7 @@ FILES = $(OBJECTS_DIR)/files
VARS = $(OBJECTS_DIR)/variables VARS = $(OBJECTS_DIR)/variables
SFILES = $(OBJECTS_DIR)/sourceFiles SFILES = $(OBJECTS_DIR)/sourceFiles
-include $(OPTIONS) sinclude $(OPTIONS)
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
......
...@@ -212,7 +212,7 @@ dep: $(DEPENDENCIES) ...@@ -212,7 +212,7 @@ dep: $(DEPENDENCIES)
updatedep: dep updatedep: dep
ifeq ($(findstring lnInclude,$(MAKECMDGOALS))$(findstring updatedep,$(MAKECMDGOALS)),) ifeq ($(findstring lnInclude,$(MAKECMDGOALS))$(findstring updatedep,$(MAKECMDGOALS)),)
-include $(DEPENDENCIES) sinclude $(DEPENDENCIES)
endif endif
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment