From: sof Date: Mon, 24 Nov 1997 21:24:02 +0000 (+0000) Subject: [project @ 1997-11-24 21:24:02 by sof] X-Git-Tag: Approx_2487_patches~1246 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=5aee1e2ee1f84a332757cef625162ce0063cb50e;p=ghc-hetmet.git [project @ 1997-11-24 21:24:02 by sof] posix misspelled --- diff --git a/ghc/driver/ghc.lprl b/ghc/driver/ghc.lprl index 8e01137..913a9a3 100644 --- a/ghc/driver/ghc.lprl +++ b/ghc/driver/ghc.lprl @@ -2784,7 +2784,7 @@ arg: while($_ = $Args[0]) { push(@SysLibrary, "-lHS${syslib}_cbits") unless $syslib eq 'contrib'; #HACK! it has no cbits - if ( $syslib eq 'posiz') { + if ( $syslib eq 'posix') { $syslib='ghc'; goto again; }