'time' depends on 'Win32' when Windows=YES; mirror that
authorsof@galois.com <unknown>
Tue, 30 May 2006 22:30:09 +0000 (22:30 +0000)
committersof@galois.com <unknown>
Tue, 30 May 2006 22:30:09 +0000 (22:30 +0000)
when setting up SUBDIRS.

libraries/Makefile

index 3a1c70f..6c3e6c6 100644 (file)
@@ -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)