aboutsummaryrefslogtreecommitdiff
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 2b7f38610..2e28e5867 100644
--- a/substitute.mk
+++ b/substitute.mk
@@ -16,6 +16,8 @@
-e "s^@perl\@^$(perl)^g" \
-e "s^@coreutils\@^$(coreutils)^g" \
-e "s^@tar\@^$(tar)^g" \
+ -e "s^@dot\@^$(dot)^g" \
+ -e "s^@aterm_bin\@^$(aterm_bin)^g" \
-e "s^@version\@^$(VERSION)^g" \
< $< > $@ || rm $@
if test -x $<; then chmod +x $@; fi