X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=c8be56282c3a4d35b322e9b410f7ea93bf27c3f0;hb=f38871fdd92e466cbbc7eb08e226c4213bcbd7d6;hp=02d43d984daff0958319931e516a4add4c26de2b;hpb=7d96fdae290360a20009e61de851a1c267a93549;p=ghc-hetmet.git diff --git a/Makefile b/Makefile index 02d43d9..c8be562 100644 --- a/Makefile +++ b/Makefile @@ -125,7 +125,6 @@ stage1 : $(GCC_LIB_DEP) check-all $(MAKE) -C rts boot $(MAKE) -C rts $(MAKE) -C libraries all - $(MAKE) -C utils with-stage-1 # When making distributions (i.e., whether with binary-dist or using the # vanilla install target to create an installer package), we can have problems @@ -137,8 +136,10 @@ stage1 : $(GCC_LIB_DEP) check-all stage2 : check-all $(MAKE) -C compiler stage=2 boot $(MAKE) -C compiler stage=2 + $(MAKE) -C utils with-stage-2 ifeq "$(HADDOCK_DOCS)" "YES" - $(MAKE) -C compiler stage=2 doc + $(MAKE) -C libraries doc + $(MAKE) -C compiler doc stage=2 endif stage3 : check-all @@ -459,7 +460,7 @@ binary-dist:: ifeq "$(darwin_TARGET_OS)" "1" -.PHONY: framework-pkg, framework-binary-dist +.PHONY: framework-pkg framework-binary-dist framework-pkg: $(MAKE) -C distrib/MacOS framework-pkg