[project @ 2000-06-20 11:21:28 by simonmar]
authorsimonmar <unknown>
Tue, 20 Jun 2000 11:21:28 +0000 (11:21 +0000)
committersimonmar <unknown>
Tue, 20 Jun 2000 11:21:28 +0000 (11:21 +0000)
remove ToDo about mkdependHS and -osuf.

ghc/driver/Main.hs

index ecf2fd9..ca58366 100644 (file)
@@ -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;