X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fdriver%2FMain.hs;h=ca583669025c6f2be62f79c48eb23b231188622c;hb=e5beb5fa8e010e49a6fe470a4a4e9ad8dbfd71f0;hp=ecf2fd9a554ecf2a918b10d6619cb1f7c3a2f5ce;hpb=236c8996424c9acd711f39b8c806cb77276275c2;p=ghc-hetmet.git 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;