X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=distrib%2Fhc-build;h=f52f29cfa720e082883fbf56cd18ccdc5e60ba0f;hb=25893c9ca14a983186da89a64060128101f736d2;hp=3381af2852c8b02aae0c913e38b80d73449033db;hpb=51724722de1d5a9513b1082d18909675910156ab;p=ghc-hetmet.git diff --git a/distrib/hc-build b/distrib/hc-build index 3381af2..f52f29c 100644 --- a/distrib/hc-build +++ b/distrib/hc-build @@ -8,7 +8,7 @@ # unpacked). All options are passed through to ./configure (especially # useful with --prefix). -configopts="$*" +configopts="$*" # e.g., --enable-hc-boot-unregisterised # check for GNU make # @@ -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