X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=519899e1876eff45c22a5c78e80f90160f124108;hb=821585f5641b4f9033336aaa0ba90c44f06d8373;hp=a552738a42823d76a4ddd83ffbeec68132fd2149;hpb=475ad5fa90029b6c6c64b17cafad13b6c9a13f97;p=ghc-hetmet.git diff --git a/Makefile b/Makefile index a552738..519899e 100644 --- a/Makefile +++ b/Makefile @@ -61,7 +61,7 @@ include $(TOP)/mk/boilerplate.mk ifeq "$(BootingFromHc)" "YES" SUBDIRS_BUILD = gmp includes rts compat compiler docs utils driver else -SUBDIRS_BUILD = gmp includes compat utils driver docs compiler rts +SUBDIRS_BUILD = gmp includes compat utils driver docs compiler rts libraries/Cabal/doc endif SUBDIRS = gmp includes compat utils driver docs rts libraries compiler libraries/Cabal/doc