X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=f1fefca0c63767b4c10faa0808ac269a16f1b3d3;hb=0e4eef1e5c326750d1b94c9b365c0b3fab19e611;hp=57a0d5c0d238279d273b43a22818f26b46ae2b7b;hpb=d6f008560fc29058fcad9bcf59e0a2ff9e4fc780;p=ghc-hetmet.git diff --git a/Makefile b/Makefile index 57a0d5c..f1fefca 100644 --- a/Makefile +++ b/Makefile @@ -102,7 +102,6 @@ endif stage1 : $(GCC_LIB_DEP) check-all $(MAKE) -C libraries boot $(MAKE) -C gmp all - $(MAKE) -C libffi all $(MAKE) -C utils/mkdependC boot $(MAKE) -C utils with-bootstrapping-compiler @case '${MFLAGS}' in *-[ik]*) x_on_err=0;; *-r*[ik]*) x_on_err=0;; *) x_on_err=1;; esac; \ @@ -122,6 +121,7 @@ stage1 : $(GCC_LIB_DEP) check-all $(MAKE) --no-print-directory -C $$i $(MFLAGS) all; \ if [ $$? -eq 0 -o $$x_on_err -eq 0 ] ; then true; else exit 1; fi; \ done + $(MAKE) -C libffi all $(MAKE) -C rts boot $(MAKE) -C rts $(MAKE) -C libraries all