From c247e8882ffdcedd62f8584f6c4edebac7c7eaba Mon Sep 17 00:00:00 2001 From: "sof@galois.com" Date: Tue, 30 May 2006 22:30:09 +0000 Subject: [PATCH] 'time' depends on 'Win32' when Windows=YES; mirror that when setting up SUBDIRS. --- libraries/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 1.7.10.4