diff options
Diffstat (limited to 'substitute.mk')
-rw-r--r-- | substitute.mk | 3 |
1 files changed, 0 insertions, 3 deletions
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 |