summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorClemens Fruhwirth <clemens@endorphin.org>2008-10-08 17:04:43 +0000
committerClemens Fruhwirth <clemens@endorphin.org>2008-10-08 17:04:43 +0000
commit960b35ddc178f6b8af1a8809aecb0a43177abbc8 (patch)
tree67623fc75dd787feadfe579403090f96f8f50699 /Makefile
parent421b380e75a04f4e1e8e110b46a4bf872e006f79 (diff)
downloadhaskell-960b35ddc178f6b8af1a8809aecb0a43177abbc8.tar.gz
Turn libffi into a Haskell package
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 57a0d5c0d2..7cb3ef1bb8 100644
--- a/Makefile
+++ b/Makefile
@@ -102,9 +102,9 @@ 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
+ $(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 "------------------------------------------------------------------------"; \