1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-16 02:01:59 +02:00
This commit is contained in:
Eelco Dolstra 2014-08-20 18:44:26 +02:00
commit c93690a68a
3 changed files with 26 additions and 1 deletions

View file

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