aboutsummaryrefslogtreecommitdiff
path: root/substitute.mk
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2006-04-25 10:45:53 +0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2006-04-25 10:45:53 +0000
commit03162f8f477fb7634edbf53ad4e9dfca433dd9d9 (patch)
tree88aaf58b6111f8a0cb8422c97697605e1f3dc4de /substitute.mk
parentef2d4a2da9c14c15985bdd27c02d2d30093a3e56 (diff)
* Unless --with-bzip2 is specified, use a copy of bzip2 in the
externals directory. This is in particular useful because though most systems have bzip2/bunzip2, they don't always have libbz2, which we need for bsdiff/bspatch.
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 9e3123a14..18e4585d7 100644
--- a/substitute.mk
+++ b/substitute.mk
@@ -13,6 +13,7 @@
-e "s^@curl\@^$(curl)^g" \
-e "s^@bzip2\@^$(bzip2_bin)/bzip2^g" \
-e "s^@bunzip2\@^$(bzip2_bin)/bunzip2^g" \
+ -e "s^@bzip2_bin_test\@^$(bzip2_bin_test)^g" \
-e "s^@perl\@^$(perl)^g" \
-e "s^@coreutils\@^$(coreutils)^g" \
-e "s^@tar\@^$(tar)^g" \