From 97c24cddca60e80ec150483482c2a5dc1e506a76 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Thu, 15 Mar 2012 14:58:38 +0000 Subject: Build the Windows ghci wrapper with stage1, not stage0 We use the in-place windres, which isn't guaranteed to work with the stage0 compiler. --- driver/ghci/ghc.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'driver/ghci') diff --git a/driver/ghci/ghc.mk b/driver/ghci/ghc.mk index 51203ab4d5..1d609c7949 100644 --- a/driver/ghci/ghc.mk +++ b/driver/ghci/ghc.mk @@ -34,7 +34,7 @@ driver/ghci_dist_PROG = ghci$(exeext) driver/ghci_dist_INSTALL = YES driver/ghci_dist_OTHER_OBJS = driver/ghci/ghci.res -$(eval $(call build-prog,driver/ghci,dist,0)) +$(eval $(call build-prog,driver/ghci,dist,1)) driver/ghci_dist_PROG_VER = ghci-$(ProjectVersion)$(exeext) -- cgit v1.2.1