mirror of
https://github.com/nasa/trick.git
synced 2025-01-18 18:56:31 +00:00
S_define_exp needs a list of dependencies
I made S_define_exp a PHONY target in the makefile so it is always regenerated. It's fast to regenerate, so I'm taking the easy way out. :D refs #138
This commit is contained in:
parent
9ae65f84b2
commit
9bcee57b6a
@ -88,6 +88,8 @@ convert_swig:
|
||||
$(ECHO_CMD)${TRICK_HOME}/$(LIBEXEC)/trick/convert_swig ${TRICK_CONVERT_SWIG_FLAGS}
|
||||
@ touch $(CURDIR)/build/convert_swig_last_run
|
||||
|
||||
# Force S_define_exp to be remade each time this rule runs
|
||||
.PHONY: S_define_exp
|
||||
S_define_exp:
|
||||
$(TRICK_CC) -E -C -xc++ ${TRICK_SFLAGS} $(TRICK_SYSTEM_SFLAGS) S_define > $@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user