This commit is contained in:
Eelco Dolstra 2014-12-14 01:47:06 +01:00
commit 14955c297d
7 changed files with 60 additions and 19 deletions

View file

@ -8,8 +8,12 @@ define instantiate-template
endef
ifneq ($(MAKECMDGOALS), clean)
%.h: %.h.in
$(trace-gen) rm -f $@ && ./config.status --quiet --header=$@
%: %.in
$(trace-gen) rm -f $@ && ./config.status --quiet --file=$@
endif