aboutsummaryrefslogtreecommitdiff
path: root/substitute.mk
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2013-03-08 01:24:59 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2013-03-08 01:24:59 +0100
commitbdd4646338da296fdf3a8f9dc3cf5aff1dafa163 (patch)
tree8bda49fe3eaef361a025c0f3b64ea51ea7728cbe /substitute.mk
parente73d9e948887621906363a35c980538294898a02 (diff)
Revert "Prevent config.h from being clobbered"
This reverts commit 28bba8c44f484eae38e8a15dcec73cfa999156f6.
Diffstat (limited to 'substitute.mk')
-rw-r--r--substitute.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/substitute.mk b/substitute.mk
index 967ad257b..940b1206b 100644
--- a/substitute.mk
+++ b/substitute.mk
@@ -37,6 +37,3 @@
-e "s^@testPath\@^$(coreutils):$$(dirname $$(type -p expr))^g" \
< $< > $@ || rm $@
if test -x $<; then chmod +x $@; fi
-
-$(CONFIG_HEADER):
- true