From e5beb5fa8e010e49a6fe470a4a4e9ad8dbfd71f0 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 20 Jun 2000 11:21:28 +0000 Subject: [PATCH] [project @ 2000-06-20 11:21:28 by simonmar] remove ToDo about mkdependHS and -osuf. --- ghc/driver/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/driver/Main.hs b/ghc/driver/Main.hs index ecf2fd9..ca58366 100644 --- a/ghc/driver/Main.hs +++ b/ghc/driver/Main.hs @@ -1200,7 +1200,7 @@ newTempName extn = do do_mkdependHS :: [String] -> [String] -> IO () do_mkdependHS cmd_opts srcs = do - -- ToDo: push (@MkDependHS_flags, "-o$Osuffix") if $Osuffix; + -- # They're not (currently) needed, but we need to quote any -#include options -- foreach (@Cmd_opts) { -- s/-#include.*$/'$&'/g; -- 1.7.10.4