about summary refs log tree commit diff
path: root/substitute.mk
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2004-04-06T08·18+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2004-04-06T08·18+0000
commit03f1d1ecb5ef69c8c065c83373f9f9f749995c50 (patch)
tree015504d426363cf19aea03589281593cf7f31a20 /substitute.mk
parent59b94ee18ac0cba5c7b261ee72550a4d3db0acb5 (diff)
* Switched from wget to curl.
* Made the dependencies on bzip2 and the shell explicit.

Diffstat (limited to 'substitute.mk')
-rw-r--r--substitute.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/substitute.mk b/substitute.mk
index 73a93963f1..848029a024 100644
--- a/substitute.mk
+++ b/substitute.mk
@@ -8,7 +8,10 @@
 	 -e "s^@libexecdir\@^$(libexecdir)^g" \
 	 -e "s^@storedir\@^$(storedir)^g" \
 	 -e "s^@system\@^$(system)^g" \
-	 -e "s^@wget\@^$(wget)^g" \
+	 -e "s^@shell\@^$(shell)^g" \
+	 -e "s^@curl\@^$(curl)^g" \
+	 -e "s^@bzip2\@^$(bzip2)^g" \
+	 -e "s^@bunzip2\@^$(bunzip2)^g" \
 	 -e "s^@perl\@^$(perl)^g" \
 	 -e "s^@version\@^$(VERSION)^g" \
 	 < $< > $@ || rm $@