about summary refs log tree commit diff
path: root/substitute.mk
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2010-02-24T11·06+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2010-02-24T11·06+0000
commitbb82310dba8a70b539122db20712fbd8fd9e840e (patch)
treec86f17c07be1edf01079ac9a793f4a7b3db8e6e9 /substitute.mk
parent69d9df7fe6a0c4043e6f913137b5322bc5c48073 (diff)
* Set the path to sqlite3 properly.
Diffstat (limited to 'substitute.mk')
-rw-r--r--substitute.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/substitute.mk b/substitute.mk
index ae11ce2b31..430af16bf4 100644
--- a/substitute.mk
+++ b/substitute.mk
@@ -24,6 +24,7 @@
 	 -e "s^@xmlflags\@^$(xmlflags)^g" \
 	 -e "s^@xsltproc\@^$(xsltproc)^g" \
 	 -e "s^@aterm_bin\@^$(aterm_bin)^g" \
+	 -e "s^@sqlite_bin\@^$(sqlite_bin)^g" \
 	 -e "s^@version\@^$(VERSION)^g" \
 	 -e "s^@testPath\@^$(coreutils):$$(dirname $$(type -P expr))^g" \
 	 < $< > $@ || rm $@