mirror of
https://github.com/nasa/trick.git
synced 2024-12-24 07:16:41 +00:00
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:
parent
58103ff889
commit
36a91abbc3
@ -155,8 +155,8 @@ ifeq ($(findstring ${MAKECMDGOALS},$(CLEAN_TARGETS)),)
|
|||||||
-include build/Makefile_swig_deps
|
-include build/Makefile_swig_deps
|
||||||
-include build/Makefile_ICG
|
-include build/Makefile_ICG
|
||||||
endif
|
endif
|
||||||
-include S_overrides.mk
|
|
||||||
-include build/Makefile_overrides
|
-include build/Makefile_overrides
|
||||||
|
-include S_overrides.mk
|
||||||
|
|
||||||
ifeq ($(MAKECMDGOALS),)
|
ifeq ($(MAKECMDGOALS),)
|
||||||
$(info $(call COLOR,Building with the following compilation flags:))
|
$(info $(call COLOR,Building with the following compilation flags:))
|
||||||
|
Loading…
Reference in New Issue
Block a user