X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc.mk;h=1344593a4c5f3c179ffa319b19c9d06d2224b301;hb=0d68ec27ca6abd81d78d16c6f35925d047b80e98;hp=c6e0b58ec9dfa18562096624821be18efb73d269;hpb=e1a10e81a655c1ad1116b3e242eed645a045b312;p=ghc-hetmet.git diff --git a/ghc.mk b/ghc.mk index c6e0b58..1344593 100644 --- a/ghc.mk +++ b/ghc.mk @@ -468,11 +468,15 @@ BUILD_DIRS += \ gmp \ docs/users_guide \ libraries/Cabal/doc \ - $(GHC_MANGLER_DIR) \ - $(GHC_SPLIT_DIR) \ $(GHC_UNLIT_DIR) \ $(GHC_HP2PS_DIR) +ifneq "$(GhcUnregisterised)" "YES" +BUILD_DIRS += \ + $(GHC_MANGLER_DIR) \ + $(GHC_SPLIT_DIR) +endif + ifneq "$(BINDIST)" "YES" BUILD_DIRS += \ $(GHC_GENPRIMOP_DIR) @@ -886,6 +890,7 @@ CLEAN_FILES += utils/ghc-pwd/ghc-pwd CLEAN_FILES += utils/ghc-pwd/ghc-pwd.exe CLEAN_FILES += utils/ghc-pwd/ghc-pwd.hi CLEAN_FILES += utils/ghc-pwd/ghc-pwd.o +CLEAN_FILES += libraries/bootstrapping.conf clean : clean_files .PHONY: clean_files