diff options
author | simonmar@microsoft.com <unknown> | 2006-06-06 12:46:56 +0000 |
---|---|---|
committer | simonmar@microsoft.com <unknown> | 2006-06-06 12:46:56 +0000 |
commit | 62e4230b4597192b6b47cde72ecd8629a370b4ee (patch) | |
tree | caedb283e735c9175c6b5f4ec977d280aa1b257e /libraries | |
parent | f41ed9e7eac5a351d8581400e696549a1fda01cc (diff) | |
download | haskell-62e4230b4597192b6b47cde72ecd8629a370b4ee.tar.gz |
re-enable time package on Windows
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/Makefile | 2 |
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) |