summaryrefslogtreecommitdiff
path: root/ghc.mk
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2009-11-20 22:38:30 +0000
committerIan Lynagh <igloo@earth.li>2009-11-20 22:38:30 +0000
commitabd0df2e11c3ba15a141de16f1d982c63113a3fe (patch)
tree22795d7ab5508f33bcddb8e10ecf98d01b897e90 /ghc.mk
parentb25c713df05575e13f730c54a102767212185e15 (diff)
downloadhaskell-abd0df2e11c3ba15a141de16f1d982c63113a3fe.tar.gz
Install perl on Windows
Diffstat (limited to 'ghc.mk')
-rw-r--r--ghc.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/ghc.mk b/ghc.mk
index 3dece18241..706136b340 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -717,6 +717,11 @@ install : install_mingw
install_mingw : $(INPLACE_MINGW)
"$(CP)" -Rp $(INPLACE_MINGW) $(prefix)
+install : install_perl
+.PHONY: install_perl
+install_perl : $(INPLACE_PERL)
+ "$(CP)" -Rp $(INPLACE_PERL) $(prefix)
+
endif # Windows
ifneq "$(BINDIST)" "YES"