diff --git a/ghc/driver/Main.hs b/ghc/driver/Main.hs index ecf2fd9a554ecf2a918b10d6619cb1f7c3a2f5ce..ca583669025c6f2be62f79c48eb23b231188622c 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;