Prevent config.h from being clobbered

This commit is contained in:
Eelco Dolstra 2013-03-08 01:27:04 +01:00
parent bdd4646338
commit 4b07476848
1 changed files with 3 additions and 0 deletions

View File

@ -37,3 +37,6 @@
-e "s^@testPath\@^$(coreutils):$$(dirname $$(type -p expr))^g" \
< $< > $@ || rm $@
if test -x $<; then chmod +x $@; fi
$(CONFIG_HEADER):
true