From: Simon Marlow Date: Fri, 5 May 2006 08:15:49 +0000 (+0000) Subject: update for new source tree layout (untested) X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=82a36a85dc7150d7b7172e221741bf39eaa8eaab update for new source tree layout (untested) --- diff --git a/distrib/hc-build b/distrib/hc-build index 5ce9dfb..bd9c77b 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=