From 7777ec47dbb0fb49116dc84af4bcc95edfd27702 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sat, 30 Jun 2007 14:15:18 +0000 Subject: [PATCH] Need to build filepath before directory --- libraries/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 1.7.10.4