[commit: ghc] master: Use the right arch name in the Windows installer filename (4e6bd65)
Ian Lynagh
igloo at earth.li
Tue Aug 14 01:15:09 CEST 2012
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/4e6bd6516c60fda2d90e34967b625f5830939845
>---------------------------------------------------------------
commit 4e6bd6516c60fda2d90e34967b625f5830939845
Author: Ian Lynagh <ian at well-typed.com>
Date: Sun Aug 12 19:43:51 2012 +0100
Use the right arch name in the Windows installer filename
>---------------------------------------------------------------
mk/config.mk.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/mk/config.mk.in b/mk/config.mk.in
index 806d53d..a3f75cd 100644
--- a/mk/config.mk.in
+++ b/mk/config.mk.in
@@ -386,7 +386,7 @@ BIN_DIST_PREP_TAR_BZ2 = $(BIN_DIST_PREP_TAR).bz2
BIN_DIST_TAR_BZ2 = $(BIN_DIST_NAME)-$(TARGETPLATFORM).tar.bz2
BIN_DIST_LIST = bindist-list
-WINDOWS_INSTALLER_BASE = ghc-$(ProjectVersion)-i386-windows
+WINDOWS_INSTALLER_BASE = ghc-$(ProjectVersion)-$(TargetArch_CPP)-windows
WINDOWS_INSTALLER = $(WINDOWS_INSTALLER_BASE)$(exeext)
# -----------------------------------------------------------------------------
More information about the Cvs-ghc
mailing list