X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=Makefile;h=f5b170661add13f3039a856ffdc449b761089851;hp=9b670fdac54eba625fe94fcc3483135d1c405f96;hb=9412e62942ebab0599c7fb0b358a9d4869647b67;hpb=e0b93c022e39d07b871e9ed97d40617eb6bee63a diff --git a/Makefile b/Makefile index 9b670fd..f5b1706 100644 --- a/Makefile +++ b/Makefile @@ -67,12 +67,12 @@ include $(TOP)/mk/boilerplate.mk # We can't 'make boot' in libraries until stage1 is built ifeq "$(BootingFromHc)" "YES" -SUBDIRS_BUILD = includes rts compiler docs utils driver +SUBDIRS_BUILD = includes rts compiler ghc docs utils driver else -SUBDIRS_BUILD = includes utils driver docs compiler rts libraries/Cabal/doc +SUBDIRS_BUILD = includes utils driver docs compiler ghc rts libraries/Cabal/doc endif -SUBDIRS = gmp libffi includes utils driver docs rts libraries compiler libraries/Cabal/doc +SUBDIRS = gmp libffi includes utils driver docs rts compiler ghc libraries libraries/Cabal/doc check-all: check-tools check-packages @@ -142,6 +142,7 @@ stage1 : $(GCC_LIB_DEP) check-all stage2 : check-all $(MAKE) -C compiler boot stage=2 $(MAKE) -C compiler stage=2 + $(MAKE) -C ghc stage=2 stage3 : check-all