From: sof@galois.com Date: Mon, 5 Jun 2006 16:51:25 +0000 (+0000) Subject: disable time package on mingw to unblock builds. X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=af60bb6f916eec4f33505d5c0ffaf547119c81ae;p=ghc-hetmet.git disable time package on mingw to unblock builds. --- diff --git a/libraries/Makefile b/libraries/Makefile index cc4ee0f..f64293c 100644 --- a/libraries/Makefile +++ b/libraries/Makefile @@ -31,7 +31,9 @@ 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)