about summary refs log tree commit diff
path: root/substitute.mk
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2013-03-08T00·27+0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2013-03-08T00·27+0100
commit4b07476848f7738c07a5b0894ad7a848ee2e9c9d (patch)
tree1442427bc5abee2c0578736d8211bd37c80d77b4 /substitute.mk
parentbdd4646338da296fdf3a8f9dc3cf5aff1dafa163 (diff)
Prevent config.h from being clobbered
Diffstat (limited to 'substitute.mk')
-rw-r--r--substitute.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/substitute.mk b/substitute.mk
index 940b1206bd..967ad257b6 100644
--- a/substitute.mk
+++ b/substitute.mk
@@ -37,3 +37,6 @@
 	 -e "s^@testPath\@^$(coreutils):$$(dirname $$(type -p expr))^g" \
 	 < $< > $@ || rm $@
 	if test -x $<; then chmod +x $@; fi
+
+$(CONFIG_HEADER):
+	true