mirror of
https://github.com/NixOS/nix.git
synced 2024-10-31 22:30:52 +00:00
Handle header file instantiation
This commit is contained in:
parent
a6f4554656
commit
ab4eba5b91
@ -8,5 +8,8 @@ define instantiate-template
|
||||
|
||||
endef
|
||||
|
||||
%.h: %.h.in
|
||||
$(trace-gen) ./config.status --quiet --header=$@
|
||||
|
||||
%: %.in
|
||||
$(trace-gen) ./config.status --quiet --file $@
|
||||
$(trace-gen) ./config.status --quiet --file=$@
|
||||
|
Loading…
Reference in New Issue
Block a user