From: ken Date: Mon, 23 Jul 2001 23:10:03 +0000 (+0000) Subject: [project @ 2001-07-23 23:10:03 by ken] X-Git-Tag: Approximately_9120_patches~1461 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=25893c9ca14a983186da89a64060128101f736d2 [project @ 2001-07-23 23:10:03 by ken] Fixed: The second-stage compilation in this script should use the compiler built in the first stage. Also, configure wants to find Happy, so we feed it fake-happy (presuming that the ghc-less machine also does not have happy). --- diff --git a/distrib/hc-build b/distrib/hc-build index 21d9db6..f52f29c 100644 --- a/distrib/hc-build +++ b/distrib/hc-build @@ -43,7 +43,7 @@ $MAKE -C hslibs boot all $MAKE -C ghc all echo "*** Building libraries..." -./configure +GHC="$PWD/ghc/compiler/ghc-inplace" HappyCmd="$PWD/distrib/fake-happy" ./configure # make ghc/utils while we still have libraries in ghc/lib $MAKE -C ghc/utils clean boot