diff options
author | Ian Lynagh <igloo@earth.li> | 2011-01-16 17:34:59 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-01-16 17:34:59 +0000 |
commit | d48ce2dcaa251eb3b312efd4be4a9d1b68638d73 (patch) | |
tree | 505f53ad867a95ca07ce2e74042136468503546f /ghc.mk | |
parent | 5bde27949bdda22c9d5dac254a3c783eb0f6839f (diff) | |
download | haskell-d48ce2dcaa251eb3b312efd4be4a9d1b68638d73.tar.gz |
Tweak Windows phase ordering
Diffstat (limited to 'ghc.mk')
-rw-r--r-- | ghc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -641,6 +641,7 @@ ghc_stage1_CONFIGURE_PHASE = 1 driver/ghc_dist_CONFIGURE_PHASE = 1 driver/ghci_dist_CONFIGURE_PHASE = 1 driver/haddock_dist_CONFIGURE_PHASE = 1 +utils/touchy_dist_CONFIGURE_PHASE = 1 # In phase 2, the phase 1 things actually get built @@ -652,7 +653,6 @@ 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 |