From f1c15287d9be232e5357a4ef7cd32e938e896b2d Mon Sep 17 00:00:00 2001 From: rrt Date: Fri, 6 Jul 2001 14:15:50 +0000 Subject: [PATCH] [project @ 2001-07-06 14:15:50 by rrt] lib/gcc-lib -> gcc-lib --- ghc/compiler/main/SysTools.lhs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ghc/compiler/main/SysTools.lhs b/ghc/compiler/main/SysTools.lhs index 33ac91c..dc25ca8 100644 --- a/ghc/compiler/main/SysTools.lhs +++ b/ghc/compiler/main/SysTools.lhs @@ -245,9 +245,8 @@ initSysTools minusB_args -- pick up whatever happens to be lying around in the path, -- possibly including those from a cygwin install on the target, -- which is exactly what we're trying to avoid. - ; let gcc_path | am_installed = installed_bin ("gcc -B" ++ installed "lib/gcc-lib/" - ++ " -I" ++ installed "include/w32api:" - ++ installed "include/mingw") + ; let gcc_path | am_installed = installed_bin ("gcc -B" ++ installed "gcc-lib/" + ++ " -I" ++ installed "include/mingw") | otherwise = cGCC perl_path | am_installed = installed_bin cGHC_PERL | otherwise = cGHC_PERL -- 1.7.10.4