mirror of
https://github.com/NixOS/nix.git
synced 2024-11-22 14:52:55 +00:00
Prevent config.h from being clobbered
This commit is contained in:
parent
bdd4646338
commit
4b07476848
@ -37,3 +37,6 @@
|
||||
-e "s^@testPath\@^$(coreutils):$$(dirname $$(type -p expr))^g" \
|
||||
< $< > $@ || rm $@
|
||||
if test -x $<; then chmod +x $@; fi
|
||||
|
||||
$(CONFIG_HEADER):
|
||||
true
|
||||
|
Loading…
Reference in New Issue
Block a user