From f463e006364033aee25d792dbb5a8386ebecb5ba Mon Sep 17 00:00:00 2001 From: sewardj Date: Wed, 4 Apr 2001 14:50:01 +0000 Subject: [PATCH] [project @ 2001-04-04 14:50:01 by sewardj] Make first glafp-utils and ghc/utils before starting on the .hc's. --- distrib/hc-build | 2 ++ 1 file changed, 2 insertions(+) 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 -- 1.7.10.4