From: simonmar Date: Tue, 20 Jun 2000 11:21:28 +0000 (+0000) Subject: [project @ 2000-06-20 11:21:28 by simonmar] X-Git-Tag: Approximately_9120_patches~4167 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=e5beb5fa8e010e49a6fe470a4a4e9ad8dbfd71f0;p=ghc-hetmet.git [project @ 2000-06-20 11:21:28 by simonmar] remove ToDo about mkdependHS and -osuf. --- 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;