summaryrefslogtreecommitdiff
path: root/distrib
diff options
context:
space:
mode:
authorsimonmar <unknown>2005-03-04 14:06:55 +0000
committersimonmar <unknown>2005-03-04 14:06:55 +0000
commit6a94b79150b93cf589fd69509a09726977b86643 (patch)
tree895f01f186802361ac5c32d478fae21fb6ae679c /distrib
parent22ebce60fcd1611a2a55267d79ee59f72e79e160 (diff)
downloadhaskell-6a94b79150b93cf589fd69509a09726977b86643.tar.gz
[project @ 2005-03-04 14:06:55 by simonmar]
Fix a couple of things, should help this script get further
Diffstat (limited to 'distrib')
-rw-r--r--distrib/hc-build4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/hc-build b/distrib/hc-build
index 743b16331c..eba1cbe0e1 100644
--- a/distrib/hc-build
+++ b/distrib/hc-build
@@ -84,10 +84,10 @@ $MAKE -C ghc/includes boot && $MAKE -C ghc/includes all
$MAKE -C ghc/rts boot && $MAKE -C ghc/rts all
# Now build a new set of libraries
-$MAKE -C libraries boot all
+$MAKE -C libraries boot all GhcBootLibs=YES
# Build all of ghc/lib
-$MAKE -C ghc/lib clean && $MAKE -C ghc/utils boot all
+$MAKE -C ghc/lib clean && $MAKE -C ghc/lib boot all
# Build all of ghc/utils
$MAKE -C ghc/utils clean && $MAKE -C ghc/utils boot all