Force template regeneration

This commit is contained in:
Eelco Dolstra 2014-08-20 18:44:15 +02:00
parent ab4eba5b91
commit 2aa93858af

View file

@ -9,7 +9,7 @@ define instantiate-template
endef
%.h: %.h.in
$(trace-gen) ./config.status --quiet --header=$@
$(trace-gen) rm -f $@ && ./config.status --quiet --header=$@
%: %.in
$(trace-gen) ./config.status --quiet --file=$@
$(trace-gen) rm -f $@ && ./config.status --quiet --file=$@