Add the time library, and support for libraries in tarballs
[ghc-hetmet.git] / boot
diff --git a/boot b/boot
index 6f6b879..43d2db5 100644 (file)
--- a/boot
+++ b/boot
@@ -1,6 +1,9 @@
 #! /bin/sh
 set -e
 
+# Create libraries/*/{ghc.mk,GNUmakefile}
+sh boot-pkgs
+
 # Check that we have all boot packages.
 for dir in `grep "^[^# ][^ ]*  *[^ ][^ ]*  *[^ ][^ ]*$" packages | sed "s/ .*//"`
 do
@@ -30,6 +33,3 @@ do
         chmod +x $f
     fi
 done
-
-# Create libraries/*/{ghc.mk,GNUmakefile}
-sh boot-pkgs