From 935d87dd7264a03f642290caaae0ce237862fe12 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sun, 29 Jul 2007 21:51:41 +0000 Subject: [PATCH] Tweak package build order --- libraries/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/libraries/Makefile b/libraries/Makefile index 0d38613..2b054cd 100644 --- a/libraries/Makefile +++ b/libraries/Makefile @@ -35,15 +35,14 @@ default_target: all TOP=.. include $(TOP)/mk/boilerplate.mk -SUBDIRS = base bytestring old-locale old-time filepath directory process pretty \ - hpc template-haskell readline Cabal random haskell98 - +SUBDIRS = base bytestring old-locale old-time filepath directory ifeq "$(GhcLibsWithUnix)" "YES" SUBDIRS += unix endif ifeq "$(Windows)" "YES" SUBDIRS += $(wildcard Win32) endif +SUBDIRS += process pretty hpc template-haskell readline Cabal random haskell98 # Set GhcBootLibs=YES from the command line to work with just the libraries # needed to bootstrap GHC. -- 1.7.10.4