S_overrides.mk is not read last. #544

Switched the inclusion of S_overrides.mk and build/Makefile_overrides.  S_overrides.mk
is now last as it is supposed to be.
This commit is contained in:
Alex Lin 2018-01-18 13:20:46 -06:00
parent 58103ff889
commit 36a91abbc3

View File

@ -155,8 +155,8 @@ ifeq ($(findstring ${MAKECMDGOALS},$(CLEAN_TARGETS)),)
-include build/Makefile_swig_deps
-include build/Makefile_ICG
endif
-include S_overrides.mk
-include build/Makefile_overrides
-include S_overrides.mk
ifeq ($(MAKECMDGOALS),)
$(info $(call COLOR,Building with the following compilation flags:))