mirror of
https://github.com/NixOS/nix
synced 2025-07-17 22:48:29 +02:00
Prevent config.h from being clobbered
This commit is contained in:
parent
8057a192e3
commit
28bba8c44f
27 changed files with 165 additions and 277 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue