summaryrefslogtreecommitdiff
path: root/libraries
diff options
context:
space:
mode:
authorsimonmar@microsoft.com <unknown>2006-06-06 12:46:56 +0000
committersimonmar@microsoft.com <unknown>2006-06-06 12:46:56 +0000
commit62e4230b4597192b6b47cde72ecd8629a370b4ee (patch)
treecaedb283e735c9175c6b5f4ec977d280aa1b257e /libraries
parentf41ed9e7eac5a351d8581400e696549a1fda01cc (diff)
downloadhaskell-62e4230b4597192b6b47cde72ecd8629a370b4ee.tar.gz
re-enable time package on Windows
Diffstat (limited to 'libraries')
-rw-r--r--libraries/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/libraries/Makefile b/libraries/Makefile
index f64293c521..cc4ee0f935 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)