summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2009-06-10 18:18:25 +0000
committerIan Lynagh <igloo@earth.li>2009-06-10 18:18:25 +0000
commitde4cc55e97ca2011ab3889a9e2dab9a745839a66 (patch)
tree52602824ad2495dd83caaae0ab7087fbf17b8bb6 /mk
parentd1df0c600a5191df08e28b3f1eaa371deba45d5e (diff)
downloadhaskell-de4cc55e97ca2011ab3889a9e2dab9a745839a66.tar.gz
Make Windows bindists and installers work in the new build system
Diffstat (limited to 'mk')
-rw-r--r--mk/config.mk.in3
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