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 /mk/tree.mk | |
parent | b25c713df05575e13f730c54a102767212185e15 (diff) | |
download | haskell-abd0df2e11c3ba15a141de16f1d982c63113a3fe.tar.gz |
Install perl on Windows
Diffstat (limited to 'mk/tree.mk')
-rw-r--r-- | mk/tree.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mk/tree.mk b/mk/tree.mk index cd3988d772..9fb305f347 100644 --- a/mk/tree.mk +++ b/mk/tree.mk @@ -46,6 +46,7 @@ INPLACE_BIN = $(INPLACE)/bin INPLACE_LIB = $(INPLACE)/lib INPLACE_TOPDIR = $(INPLACE)/lib INPLACE_MINGW = $(INPLACE)/mingw +INPLACE_PERL = $(INPLACE)/perl # These are here, rather than in config.mk, as they need to exist in an # unconfigured tree so that the various clean targets can be used |