about summary refs log tree commit diff
path: root/substitute.mk
diff options
context:
space:
mode:
Diffstat (limited to 'substitute.mk')
-rw-r--r--substitute.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/substitute.mk b/substitute.mk
index 7d3f6d863c..5f9204929b 100644
--- a/substitute.mk
+++ b/substitute.mk
@@ -14,6 +14,8 @@
 	 -e "s^@bzip2\@^$(bzip2)^g" \
 	 -e "s^@bunzip2\@^$(bunzip2)^g" \
 	 -e "s^@perl\@^$(perl)^g" \
+	 -e "s^@coreutils\@^$(coreutils)^g" \
+	 -e "s^@tar\@^$(tar)^g" \
 	 -e "s^@version\@^$(VERSION)^g" \
 	 < $< > $@ || rm $@
 	if test -x $<; then chmod +x $@; fi