From cc61e7196d217a7c8261214208123fce234cb4fb Mon Sep 17 00:00:00 2001 From: sof Date: Fri, 17 Sep 1999 10:43:07 +0000 Subject: [PATCH] [project @ 1999-09-17 10:43:07 by sof] posix is not for Win32 --- ghc/lib/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ghc/lib/Makefile b/ghc/lib/Makefile index bc4822d..9e771e5 100644 --- a/ghc/lib/Makefile +++ b/ghc/lib/Makefile @@ -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 -- 1.7.10.4