From a54c59a58b6bb2fb5bbfd7378c55c4e0317442c4 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sun, 16 Jan 2011 15:08:26 +0000 Subject: [PATCH] Add some Windows-only CONFIGURE_PHASEs --- ghc.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ghc.mk b/ghc.mk index 6e38510..b47b49c 100644 --- a/ghc.mk +++ b/ghc.mk @@ -638,6 +638,9 @@ $(foreach lib,$(STAGE0_PACKAGES),$(eval \ libraries/$(lib)_dist-boot_CONFIGURE_PHASE = 1)) compiler_stage1_CONFIGURE_PHASE = 1 ghc_stage1_CONFIGURE_PHASE = 1 +driver/ghc_dist_CONFIGURE_PHASE = 1 +driver/ghci_dist_CONFIGURE_PHASE = 1 +driver/haddock_dist_CONFIGURE_PHASE = 1 # In phase 2, the phase 1 things actually get built @@ -649,6 +652,7 @@ ghc_stage2_CONFIGURE_PHASE = 3 $(foreach lib,$(PACKAGES) $(PACKAGES_STAGE2),$(eval \ libraries/$(lib)_dist-install_CONFIGURE_PHASE = 3)) +utils/touchy_dist_CONFIGURE_PHASE = 3 utils/hp2ps_dist_CONFIGURE_PHASE = 3 utils/genapply_dist_CONFIGURE_PHASE = 3 utils/haddock_dist_CONFIGURE_PHASE = 3 -- 1.7.10.4