From 69a01994f9d2aadacbe797ad33bfbb0fbe365083 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 24 Jul 2001 10:31:07 +0000 Subject: [PATCH] [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". --- ghc/driver/PackageSrc.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4