summaryrefslogtreecommitdiff
path: root/distrib
diff options
context:
space:
mode:
authorSimon Marlow <simonmar@microsoft.com>2006-05-05 08:15:49 +0000
committerSimon Marlow <simonmar@microsoft.com>2006-05-05 08:15:49 +0000
commit82a36a85dc7150d7b7172e221741bf39eaa8eaab (patch)
tree0d3143f4406fef9b0e24761a1c5234479733770e /distrib
parentdf0878586620fee9ea5ecbe4d377006c88ad498f (diff)
downloadhaskell-82a36a85dc7150d7b7172e221741bf39eaa8eaab.tar.gz
update for new source tree layout (untested)
Diffstat (limited to 'distrib')
-rw-r--r--distrib/hc-build9
1 files changed, 6 insertions, 3 deletions
diff --git a/distrib/hc-build b/distrib/hc-build
index 5ce9dfbdd9..bd9c77b57e 100644
--- a/distrib/hc-build
+++ b/distrib/hc-build
@@ -46,10 +46,13 @@ esac
echo "*** Building compiler..."
./configure --enable-hc-boot $configopts
-$MAKE -C utils boot all
-$MAKE -C ghc boot
+$MAKE -C utils/mkdependC boot all
+$MAKE -C includes boot all
+$MAKE -C rts boot all
$MAKE -C libraries boot all GhcBootLibs=YES
-$MAKE -C ghc all
+$MAKE -C compat boot all
+$MAKE -C utils boot all
+$MAKE -C compiler boot all
MAKEFLAGS=