From bdd4646338da296fdf3a8f9dc3cf5aff1dafa163 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 8 Mar 2013 01:24:59 +0100 Subject: Revert "Prevent config.h from being clobbered" This reverts commit 28bba8c44f484eae38e8a15dcec73cfa999156f6. --- substitute.mk | 3 --- 1 file changed, 3 deletions(-) (limited to 'substitute.mk') diff --git a/substitute.mk b/substitute.mk index 967ad257b660..940b1206bdd6 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 -- cgit 1.4.1