diff options
author | Ian Lynagh <igloo@earth.li> | 2009-11-20 22:38:30 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-11-20 22:38:30 +0000 |
commit | abd0df2e11c3ba15a141de16f1d982c63113a3fe (patch) | |
tree | 22795d7ab5508f33bcddb8e10ecf98d01b897e90 /ghc.mk | |
parent | b25c713df05575e13f730c54a102767212185e15 (diff) | |
download | haskell-abd0df2e11c3ba15a141de16f1d982c63113a3fe.tar.gz |
Install perl on Windows
Diffstat (limited to 'ghc.mk')
-rw-r--r-- | ghc.mk | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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" |