From: panne Date: Tue, 16 May 2000 16:51:42 +0000 (+0000) Subject: [project @ 2000-05-16 16:51:42 by panne] X-Git-Tag: Approximately_9120_patches~4441 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=8d1bc48e3f069dc2dc7e009aa62e27d4b3bb1fac;p=ghc-hetmet.git [project @ 2000-05-16 16:51:42 by panne] Unbreak util package dependencies for non-M$ platforms --- diff --git a/ghc/driver/ghc.lprl b/ghc/driver/ghc.lprl index d87d996..8f90eba 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