diff options
author | panne <unknown> | 2000-05-16 16:51:42 +0000 |
---|---|---|
committer | panne <unknown> | 2000-05-16 16:51:42 +0000 |
commit | 8d1bc48e3f069dc2dc7e009aa62e27d4b3bb1fac (patch) | |
tree | 88b6d6a78c05e66806b5637a94c7410f393e903c /ghc/driver/ghc.lprl | |
parent | 99107719174817a4ef5e46f932cfb0eada191c2e (diff) | |
download | haskell-8d1bc48e3f069dc2dc7e009aa62e27d4b3bb1fac.tar.gz |
[project @ 2000-05-16 16:51:42 by panne]
Unbreak util package dependencies for non-M$ platforms
Diffstat (limited to 'ghc/driver/ghc.lprl')
-rw-r--r-- | ghc/driver/ghc.lprl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/driver/ghc.lprl b/ghc/driver/ghc.lprl index d87d996588..8f90ebadc3 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 |