From: sof@galois.com Date: Tue, 30 May 2006 22:30:09 +0000 (+0000) Subject: 'time' depends on 'Win32' when Windows=YES; mirror that X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=c247e8882ffdcedd62f8584f6c4edebac7c7eaba 'time' depends on 'Win32' when Windows=YES; mirror that when setting up SUBDIRS. --- diff --git a/libraries/Makefile b/libraries/Makefile index 3a1c70f..6c3e6c6 100644 --- a/libraries/Makefile +++ b/libraries/Makefile @@ -22,7 +22,6 @@ SUBDIRS += Cabal ifneq "$(GhcBootLibs)" "YES" SUBDIRS += $(wildcard parsec) SUBDIRS += $(wildcard haskell-src) -SUBDIRS += $(wildcard time) SUBDIRS += $(wildcard network) SUBDIRS += $(wildcard QuickCheck) SUBDIRS += $(wildcard HUnit) @@ -32,6 +31,7 @@ SUBDIRS += $(wildcard X11) ifeq "$(Windows)" "YES" SUBDIRS += $(wildcard Win32) endif +SUBDIRS += $(wildcard time) SUBDIRS += $(wildcard HGL) SUBDIRS += $(wildcard OpenGL) SUBDIRS += $(wildcard GLUT)