[project @ 2001-04-04 15:50:30 by sewardj]
authorsewardj <unknown>
Wed, 4 Apr 2001 15:50:30 +0000 (15:50 +0000)
committersewardj <unknown>
Wed, 4 Apr 2001 15:50:30 +0000 (15:50 +0000)
Just build ghc/utils/unlit rather than all of ghc/utils, since the latter
requires a haskell compiler :)

distrib/hc-build

index e140653..c96d4ab 100644 (file)
@@ -38,7 +38,7 @@ 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/utils/unlit boot all
 $MAKE -C ghc boot
 $MAKE -C hslibs boot all
 $MAKE -C ghc all