From: simonmar Date: Tue, 24 Jul 2001 10:31:07 +0000 (+0000) Subject: [project @ 2001-07-24 10:31:07 by simonmar] X-Git-Tag: Approximately_9120_patches~1432 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;ds=sidebyside;h=69a01994f9d2aadacbe797ad33bfbb0fbe365083;p=ghc-hetmet.git [project @ 2001-07-24 10:31:07 by simonmar] libm is a dependency of the RTS now, so don't also depend on it for package "std". --- diff --git a/ghc/driver/PackageSrc.hs b/ghc/driver/PackageSrc.hs index 85f56cc..3c3151f 100644 --- a/ghc/driver/PackageSrc.hs +++ b/ghc/driver/PackageSrc.hs @@ -150,7 +150,7 @@ package_details installing # ifdef mingw32_TARGET_OS [ "wsock32", "msvcrt" ] # else - [ "m" ] -- libm, that is + [ ] # endif , include_dirs = if installing