X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=libraries%2FMakefile;h=f64293c521edc5544d6b8426498ccb0ed3a196fa;hb=af60bb6f916eec4f33505d5c0ffaf547119c81ae;hp=3a1c70ffa64837ecdbd54747a240cbcaeb02bbac;hpb=291acff508eccd0a2ad510d48114bf3f8987c7db;p=ghc-hetmet.git diff --git a/libraries/Makefile b/libraries/Makefile index 3a1c70f..f64293c 100644 --- a/libraries/Makefile +++ b/libraries/Makefile @@ -14,6 +14,9 @@ SUBDIRS = base haskell98 template-haskell ifeq "$(GhcLibsWithUnix)" "YES" SUBDIRS += unix endif +ifeq "$(Windows)" "YES" +SUBDIRS += $(wildcard Win32) +endif SUBDIRS += Cabal @@ -22,15 +25,14 @@ SUBDIRS += Cabal ifneq "$(GhcBootLibs)" "YES" SUBDIRS += $(wildcard parsec) SUBDIRS += $(wildcard haskell-src) -SUBDIRS += $(wildcard time) SUBDIRS += $(wildcard network) SUBDIRS += $(wildcard QuickCheck) SUBDIRS += $(wildcard HUnit) SUBDIRS += $(wildcard mtl) SUBDIRS += $(wildcard fgl) SUBDIRS += $(wildcard X11) -ifeq "$(Windows)" "YES" -SUBDIRS += $(wildcard Win32) +ifneq "$(Windows)" "YES" +SUBDIRS += $(wildcard time) endif SUBDIRS += $(wildcard HGL) SUBDIRS += $(wildcard OpenGL)