about summary refs log tree commit diff
path: root/substitute.mk
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2004-03-15T15·23+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2004-03-15T15·23+0000
commitbeda10f5a2a69ac32ad91c8a80477fde19be6a83 (patch)
tree34fa924bcdf01683e8d6050e19ac868c1a8b84ba /substitute.mk
parenta5619f1dffbf3600dd16b51e84ae3c999edc439c (diff)
* Make perl a dependency of Nix.
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 6882393bc8..73a93963f1 100644
--- a/substitute.mk
+++ b/substitute.mk
@@ -9,6 +9,7 @@
 	 -e "s^@storedir\@^$(storedir)^g" \
 	 -e "s^@system\@^$(system)^g" \
 	 -e "s^@wget\@^$(wget)^g" \
+	 -e "s^@perl\@^$(perl)^g" \
 	 -e "s^@version\@^$(VERSION)^g" \
 	 < $< > $@ || rm $@
 	if test -x $<; then chmod +x $@; fi