From: sewardj Date: Wed, 4 Apr 2001 14:50:01 +0000 (+0000) Subject: [project @ 2001-04-04 14:50:01 by sewardj] X-Git-Tag: Approximately_9120_patches~2201 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=f463e006364033aee25d792dbb5a8386ebecb5ba;p=ghc-hetmet.git [project @ 2001-04-04 14:50:01 by sewardj] Make first glafp-utils and ghc/utils before starting on the .hc's. --- diff --git a/distrib/hc-build b/distrib/hc-build index f0ad9dc..e140653 100644 --- a/distrib/hc-build +++ b/distrib/hc-build @@ -37,6 +37,8 @@ touch ghc/compiler/main/ParsePkgConf.hs echo "*** Building hsc..." ./configure --enable-hc-boot $configopts +$MAKE -C glafp-utils boot all +$MAKE -C ghc/utils boot all $MAKE -C ghc boot $MAKE -C hslibs boot all $MAKE -C ghc all