From: Ian Lynagh Date: Sat, 30 Jun 2007 14:15:18 +0000 (+0000) Subject: Need to build filepath before directory X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=7777ec47dbb0fb49116dc84af4bcc95edfd27702;p=ghc-hetmet.git Need to build filepath before directory --- diff --git a/libraries/Makefile b/libraries/Makefile index 8e9d55d..2cdd23a 100644 --- a/libraries/Makefile +++ b/libraries/Makefile @@ -35,7 +35,7 @@ default_target: all TOP=.. include $(TOP)/mk/boilerplate.mk -SUBDIRS = base old-locale old-time directory process filepath pretty \ +SUBDIRS = base old-locale old-time filepath directory process pretty \ template-haskell readline Cabal random haskell98 ifeq "$(GhcLibsWithUnix)" "YES"