X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc.mk;h=9a5210533d0858a99fd92a4f1742421de58089dc;hb=712ea2a4c7b7d0e90f9651ce9618dd31bc07562f;hp=89de086af2878269f82aa04c7f85f7fc3f76a7e4;hpb=3d80517affefabf7aac92262a7d9eb6077a7ada6;p=ghc-hetmet.git diff --git a/ghc.mk b/ghc.mk index 89de086..9a52105 100644 --- a/ghc.mk +++ b/ghc.mk @@ -351,7 +351,7 @@ $(foreach pkg,$(EXTRA_PACKAGES),$(eval $(call addPackage,$(pkg)))) ifneq "$(BootingFromHc)" "YES" -ifneq "$(CLEANING) $(GhcProfiled)" "NO YES" +ifneq "$(GhcProfiled)" "YES" # DPH uses Template Haskell, and Template Haskell doesn't work # with a profiled compiler. So if stage-2 is profile, don't build DPH PACKAGES_STAGE2 += \ @@ -574,6 +574,11 @@ BUILD_DIRS += \ $(GHC_TOUCHY_DIR) endif +ifneq "$(BINDIST)" "YES" +BUILD_DIRS += \ + utils/mkUserGuidePart +endif + BUILD_DIRS += utils/count_lines BUILD_DIRS += utils/compare_sizes @@ -608,6 +613,7 @@ utils/ghctags_dist_DISABLE = YES utils/hpc_dist_DISABLE = YES utils/hsc2hs_dist-install_DISABLE = YES utils/ghc-pkg_dist-install_DISABLE = YES +utils/mkUserGuidePart_dist_DISABLE = YES utils/compare_sizes_dist_DISABLE = YES compiler_stage2_DISABLE = YES compiler_stage3_DISABLE = YES