[project @ 2002-03-27 16:48:47 by simonmar]
authorsimonmar <unknown>
Wed, 27 Mar 2002 16:48:47 +0000 (16:48 +0000)
committersimonmar <unknown>
Wed, 27 Mar 2002 16:48:47 +0000 (16:48 +0000)
commitdb50cb717e4f876cd3a720d66f3ab8a3347dc27f
tree83fbe3e1629b438a3dc9a92afe3daea1d1fcfc9b
parent76bc29146ab25026bfbcc25ce16cdf570614f9fd
[project @ 2002-03-27 16:48:47 by simonmar]
Sigh, recompilation checking in --make mdoe has been badly broken for
well, probably ever.

The problem is that in GHCi mode there's a restriction on the use of
object files, namely that an object file may only depend on other
up-to-date object files in order to be up-to-date itself, because we
don't have support for linking object code to interpreted code.
Unfortunately we were applying this restriction to --make compilations
too, with the result that far too much recompilation was happening.

MERGE TO STABLE
ghc/compiler/compMan/CompManager.lhs