diff options
author | Simon Marlow <marlowsd@gmail.com> | 2008-08-21 10:04:36 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2008-08-21 10:04:36 +0000 |
commit | 1bb3a4f7ea0b4005adb5d1a582a3796d152bc33e (patch) | |
tree | b5d5369fe90982212eda4e7a57471073ae3942f3 /libraries/Makefile | |
parent | 88fd33e7a87643660d4da16f8caf21be802bf1c1 (diff) | |
download | haskell-1bb3a4f7ea0b4005adb5d1a582a3796d152bc33e.tar.gz |
move directory after Win32/unix
Diffstat (limited to 'libraries/Makefile')
-rw-r--r-- | libraries/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/Makefile b/libraries/Makefile index fc329b2b01..2d68868ede 100644 --- a/libraries/Makefile +++ b/libraries/Makefile @@ -42,14 +42,14 @@ include $(TOP)/mk/cabal-flags.mk # Any libraries listed here should also be in ../packages SUBDIRS = ghc-prim $(INTEGER_LIBRARY) base base3-compat array packedstring -SUBDIRS += containers bytestring old-locale old-time filepath directory +SUBDIRS += containers bytestring old-locale old-time filepath ifeq "$(GhcLibsWithUnix)" "YES" SUBDIRS += unix endif ifeq "$(Windows)" "YES" SUBDIRS += $(wildcard Win32) endif -SUBDIRS += process pretty hpc template-haskell editline Cabal random haskell98 +SUBDIRS += directory process pretty hpc template-haskell editline Cabal random haskell98 # Set GhcBootLibs=YES from the command line to work with just the libraries # needed to bootstrap GHC. |