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.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/substitute.mk b/substitute.mk
index 2e28e586779a..9e3123a14f99 100644
--- a/substitute.mk
+++ b/substitute.mk
@@ -17,6 +17,9 @@
 	 -e "s^@coreutils\@^$(coreutils)^g" \
 	 -e "s^@tar\@^$(tar)^g" \
 	 -e "s^@dot\@^$(dot)^g" \
+	 -e "s^@xmllint\@^$(xmllint)^g" \
+	 -e "s^@xmlflags\@^$(xmlflags)^g" \
+	 -e "s^@xsltproc\@^$(xsltproc)^g" \
 	 -e "s^@aterm_bin\@^$(aterm_bin)^g" \
 	 -e "s^@version\@^$(VERSION)^g" \
 	 < $< > $@ || rm $@