X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc.mk;h=9a5210533d0858a99fd92a4f1742421de58089dc;hb=712ea2a4c7b7d0e90f9651ce9618dd31bc07562f;hp=2359c82ae160d8399d3772946b9923223ab95ddb;hpb=f1c16ba99441b1012dca4ebde34541c905c5e367;p=ghc-hetmet.git diff --git a/ghc.mk b/ghc.mk index 2359c82..9a52105 100644 --- a/ghc.mk +++ b/ghc.mk @@ -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