diff options
author | sewardj <unknown> | 2001-04-04 15:50:30 +0000 |
---|---|---|
committer | sewardj <unknown> | 2001-04-04 15:50:30 +0000 |
commit | 5363a2a46f9d4569ccddd6463fd75fd7c2dd72b0 (patch) | |
tree | 576554347379d1e964906bb54fb5d13e5fce81f9 /distrib/hc-build | |
parent | 8d54472ec1022cedf40f28730c0891a49fc082fc (diff) | |
download | haskell-5363a2a46f9d4569ccddd6463fd75fd7c2dd72b0.tar.gz |
[project @ 2001-04-04 15:50:30 by sewardj]
Just build ghc/utils/unlit rather than all of ghc/utils, since the latter
requires a haskell compiler :)
Diffstat (limited to 'distrib/hc-build')
-rw-r--r-- | distrib/hc-build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distrib/hc-build b/distrib/hc-build index e140653902..c96d4ab8a8 100644 --- a/distrib/hc-build +++ b/distrib/hc-build @@ -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 |