diff options
Diffstat (limited to 'substitute.mk')
-rw-r--r-- | substitute.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/substitute.mk b/substitute.mk index 940b1206bdd6..967ad257b660 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 |