From 8d1bc48e3f069dc2dc7e009aa62e27d4b3bb1fac Mon Sep 17 00:00:00 2001
From: panne <unknown>
Date: Tue, 16 May 2000 16:51:42 +0000
Subject: [PATCH] [project @ 2000-05-16 16:51:42 by panne] Unbreak util package
 dependencies for non-M$ platforms

---
 ghc/driver/ghc.lprl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ghc/driver/ghc.lprl b/ghc/driver/ghc.lprl
index d87d9965886f..8f90ebadc3d3 100644
--- a/ghc/driver/ghc.lprl
+++ b/ghc/driver/ghc.lprl
@@ -2655,7 +2655,7 @@ sub add_syslib {
 	       ? "$InstLibDirGhc"
 	       : "$TopPwd/hslibs/util/cbits"
 	  )
-	, 'lang concurrent' . (( $TargetPlatform =~ /^.*(cygwin32|mingw32)$/ ) ? '' : 'posix' ) # Syslib dependencies
+	, 'lang concurrent' . (( $TargetPlatform =~ /^.*(cygwin32|mingw32)$/ ) ? '' : ' posix' ) # Syslib dependencies
 	, ''     # extra ghc opts
 	, ''     # extra cc opts
 	, "$LibsReadline"     # extra ld opts
-- 
GitLab