mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 20:57:55 +00:00
Include S_overrides.mk regardless of build target
We if exclude it for clean targets, users can't append any prerequisites to clean targets. Refs #360
This commit is contained in:
parent
c909669f7d
commit
55d53c3f5e
@ -143,9 +143,9 @@ Simulation make options:\n\
|
||||
make spotless - Performs a clean\n\
|
||||
make apocalypse - Performs a clean"
|
||||
|
||||
-include S_overrides.mk
|
||||
CLEAN_TARGETS = tidy clean spotless distclean apocalypse
|
||||
ifeq ($(findstring ${MAKECMDGOALS},$(CLEAN_TARGETS)),)
|
||||
-include S_overrides.mk
|
||||
-include build/S_define.deps
|
||||
-include build/Makefile_src
|
||||
-include build/Makefile_src_deps
|
||||
|
Loading…
Reference in New Issue
Block a user