forked from lix-project/lix
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 a new issue