From: simonmar@microsoft.com Date: Tue, 6 Jun 2006 12:46:56 +0000 (+0000) Subject: re-enable time package on Windows X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=62e4230b4597192b6b47cde72ecd8629a370b4ee re-enable time package on Windows --- diff --git a/libraries/Makefile b/libraries/Makefile index f64293c..cc4ee0f 100644 --- a/libraries/Makefile +++ b/libraries/Makefile @@ -31,9 +31,7 @@ SUBDIRS += $(wildcard HUnit) SUBDIRS += $(wildcard mtl) SUBDIRS += $(wildcard fgl) SUBDIRS += $(wildcard X11) -ifneq "$(Windows)" "YES" SUBDIRS += $(wildcard time) -endif SUBDIRS += $(wildcard HGL) SUBDIRS += $(wildcard OpenGL) SUBDIRS += $(wildcard GLUT)