Re: [commit: ghc] master: Fix dependency generation when GhcLibWays = dyn p (11aa737)
Simon Marlow <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.ghc |
|---|---|
| Message-ID | <[email protected]> |
On 01/11/2012 20:32, Ian Lynagh wrote: > If we want to stick with the current approach, then wouldn't it make > more sense for "ghc -M" to ignore any way flags and osuf/hisuf, and for > e.g. "ghc -M -dep-suffix '' -dep-suffix p_ ..." to generate rules for > ".o/.hi" and ".p_o/.p_hi"? Yup, that's fine by me. Cheers, Simon