From beda10f5a2a69ac32ad91c8a80477fde19be6a83 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 15 Mar 2004 15:23:53 +0000 Subject: * Make perl a dependency of Nix. --- substitute.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'substitute.mk') diff --git a/substitute.mk b/substitute.mk index 6882393bc89d..73a93963f192 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 -- cgit 1.4.1