X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc.mk;h=b47b49c5e7329200847aef21fb391b59568b40f7;hb=2a1db1613dfa6b7cb982daa98987aee2c4eb12b1;hp=7853affa3d79b81d01cd3d8e568c34943c0130c5;hpb=ac77a1eba3a7673241f371ce4aa6bf56323383bc;p=ghc-hetmet.git diff --git a/ghc.mk b/ghc.mk index 7853aff..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 @@ -738,11 +742,7 @@ $(eval $(call build-package,libraries/bin-package-db,dist-boot,0)) fixed_pkg_prev= $(foreach pkg,$(STAGE0_PACKAGES),$(eval $(call fixed_pkg_dep,$(pkg),dist-boot))) -compiler/stage1/package-data.mk : \ - libraries/Cabal/dist-boot/package-data.mk \ - libraries/hpc/dist-boot/package-data.mk \ - libraries/extensible-exceptions/dist-boot/package-data.mk \ - libraries/bin-package-db/dist-boot/package-data.mk +compiler/stage1/package-data.mk : $(fixed_pkg_prev) # Make sure we have all the GHCi libs by the time we've built # ghc-stage2. DPH includes a bit of Template Haskell which needs the