[project @ 1999-09-17 10:43:07 by sof]
authorsof <unknown>
Fri, 17 Sep 1999 10:43:07 +0000 (10:43 +0000)
committersof <unknown>
Fri, 17 Sep 1999 10:43:07 +0000 (10:43 +0000)
posix is not for Win32

ghc/lib/Makefile

index bc4822d..9e771e5 100644 (file)
@@ -15,7 +15,11 @@ include $(TOP)/mk/boilerplate.mk
 ifeq "$(GhcWithHscBuiltViaC)" "YES"
 SUBDIRS = std exts
 else
+ifneq "$(TargetPlatform)" "i386-unknown-mingw32"
 SUBDIRS = std exts concurrent posix misc
+else
+SUBDIRS = std exts concurrent misc
+endif
 endif
 
 include $(TOP)/mk/target.mk