diff options
Diffstat (limited to 'substitute.mk')
-rw-r--r-- | substitute.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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 |