Need to build filepath before directory
authorIan Lynagh <igloo@earth.li>
Sat, 30 Jun 2007 14:15:18 +0000 (14:15 +0000)
committerIan Lynagh <igloo@earth.li>
Sat, 30 Jun 2007 14:15:18 +0000 (14:15 +0000)
libraries/Makefile

index 8e9d55d..2cdd23a 100644 (file)
@@ -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"