summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-07-05 15:32:45 +0000
committerIan Lynagh <igloo@earth.li>2008-07-05 15:32:45 +0000
commit155500f91db40525a595fc4738de3581a844ad81 (patch)
tree84bd5795f436dd9d7c8ef15b2d5f1ae104f934e5 /Makefile
parentacc2bdc717b4b24ec5b26a85cf3256a36a42d08b (diff)
downloadhaskell-155500f91db40525a595fc4738de3581a844ad81.tar.gz
Need to make all in gmp, not boot
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9fc22c9421..121546ed23 100644
--- a/Makefile
+++ b/Makefile
@@ -99,7 +99,7 @@ endif
stage1 : $(GCC_LIB_DEP) check-packages
$(MAKE) -C libraries boot
- $(MAKE) -C gmp boot
+ $(MAKE) -C gmp all
$(MAKE) -C utils/mkdependC boot
@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 \