summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorClemens Fruhwirth <clemens@endorphin.org>2008-10-10 07:31:06 +0000
committerClemens Fruhwirth <clemens@endorphin.org>2008-10-10 07:31:06 +0000
commit739d8a5b677609d4c4477667b7ced7f352aaac87 (patch)
treefaa0e87630b3ebdcb02d53d555b95114354d69cc /Makefile
parentcb7f210f937bafb0f552259c23a28a037ddea4ce (diff)
downloadhaskell-739d8a5b677609d4c4477667b7ced7f352aaac87.tar.gz
Delay building libffi until package.conf is created and fix bindist
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7cb3ef1bb8..f1fefca0c6 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