X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=f1fefca0c63767b4c10faa0808ac269a16f1b3d3;hb=c933c909cbc122e63a055afed55969234422521a;hp=7cb3ef1bb81b44644d0bcca40967b51da31c8769;hpb=960b35ddc178f6b8af1a8809aecb0a43177abbc8;p=ghc-hetmet.git diff --git a/Makefile b/Makefile index 7cb3ef1..f1fefca 100644 --- a/Makefile +++ b/Makefile @@ -104,7 +104,6 @@ stage1 : $(GCC_LIB_DEP) check-all $(MAKE) -C gmp all $(MAKE) -C utils/mkdependC boot $(MAKE) -C utils with-bootstrapping-compiler - $(MAKE) -C libffi all @case '${MFLAGS}' in *-[ik]*) x_on_err=0;; *-r*[ik]*) x_on_err=0;; *) x_on_err=1;; esac; \ for i in $(SUBDIRS_BUILD); do \ echo "------------------------------------------------------------------------"; \ @@ -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