X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=libraries%2FMakefile;h=cc4ee0f93545e02cd543bf97c6b6c3414ab5e665;hb=62e4230b4597192b6b47cde72ecd8629a370b4ee;hp=6c3e6c6f92412b6fda870ccdbf97e044ae5f8744;hpb=c247e8882ffdcedd62f8584f6c4edebac7c7eaba;p=ghc-hetmet.git diff --git a/libraries/Makefile b/libraries/Makefile index 6c3e6c6..cc4ee0f 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 @@ -28,9 +31,6 @@ SUBDIRS += $(wildcard HUnit) SUBDIRS += $(wildcard mtl) SUBDIRS += $(wildcard fgl) SUBDIRS += $(wildcard X11) -ifeq "$(Windows)" "YES" -SUBDIRS += $(wildcard Win32) -endif SUBDIRS += $(wildcard time) SUBDIRS += $(wildcard HGL) SUBDIRS += $(wildcard OpenGL)