summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2007-03-08 16:32:47 +0000
committerIan Lynagh <igloo@earth.li>2007-03-08 16:32:47 +0000
commit80a290e38a1d53f8db2120dc40f362e5e4498ce6 (patch)
tree961e71f9036376e7402e13ec28f64e3bbb500601 /Makefile
parentb321da7d6a94582b5d59399a639af1b36e2e7a3b (diff)
downloadhaskell-80a290e38a1d53f8db2120dc40f362e5e4498ce6.tar.gz
Build the libraries with cabal
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1ffd36a839..98efc8be08 100644
--- a/Makefile
+++ b/Makefile
@@ -96,8 +96,8 @@ stage1 : check-packages
$(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 libraries boot
- @$(MAKE) -C libraries all
+ $(MAKE) -C libraries boot
+ $(MAKE) -C libraries all
stage2 : check-packages
$(MAKE) -C compiler boot stage=2