projects
/
ghc-hetmet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
236c899
)
[project @ 2000-06-20 11:21:28 by simonmar]
author
simonmar
<unknown>
Tue, 20 Jun 2000 11:21:28 +0000
(11:21 +0000)
committer
simonmar
<unknown>
Tue, 20 Jun 2000 11:21:28 +0000
(11:21 +0000)
remove ToDo about mkdependHS and -osuf.
ghc/driver/Main.hs
patch
|
blob
|
history
diff --git
a/ghc/driver/Main.hs
b/ghc/driver/Main.hs
index
ecf2fd9
..
ca58366
100644
(file)
--- 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;