diff options
author | Ian Lynagh <igloo@earth.li> | 2009-06-10 18:18:25 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-06-10 18:18:25 +0000 |
commit | de4cc55e97ca2011ab3889a9e2dab9a745839a66 (patch) | |
tree | 52602824ad2495dd83caaae0ab7087fbf17b8bb6 /mk | |
parent | d1df0c600a5191df08e28b3f1eaa371deba45d5e (diff) | |
download | haskell-de4cc55e97ca2011ab3889a9e2dab9a745839a66.tar.gz |
Make Windows bindists and installers work in the new build system
Diffstat (limited to 'mk')
-rw-r--r-- | mk/config.mk.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in index 1e2bde0dec..eefb00dd95 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -380,6 +380,9 @@ BIN_DIST_PREP_DIR=$(TOP)/bindist-prep BIN_DIST_PREP=$(BIN_DIST_PREP_DIR)/$(BIN_DIST_NAME) BIN_DIST_LIST=$(TOP)/bindist-list +WINDOWS_INSTALLER_BASE = ghc-$(ProjectVersion)-i386-windows +WINDOWS_INSTALLER = $(WINDOWS_INSTALLER_BASE)$(exeext) + # Definition of installation directories, we don't use half of these, but since # the configure script has them on offer while passing through, we might as well # set them. Note that we have to be careful, because the GNU coding standards |