From: rrt Date: Tue, 16 May 2000 11:26:31 +0000 (+0000) Subject: [project @ 2000-05-16 11:26:31 by rrt] X-Git-Tag: Approximately_9120_patches~4452 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=112bae4bc33f008d260395350b0ef8a479651f70;p=ghc-hetmet.git [project @ 2000-05-16 11:26:31 by rrt] Package fix: don't have posix as a dependency of util on Windows (where posix doesn't work). --- diff --git a/ghc/driver/ghc.lprl b/ghc/driver/ghc.lprl index 7ec0015..d87d996 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 posix' # Syslib dependencies + , 'lang concurrent' . (( $TargetPlatform =~ /^.*(cygwin32|mingw32)$/ ) ? '' : 'posix' ) # Syslib dependencies , '' # extra ghc opts , '' # extra cc opts , "$LibsReadline" # extra ld opts