simonmar 2001/02/07 08:07:31 PST
Modified files:
ghc/compiler/compMan CompManager.lhs
Log:
Enforce the restriction that .o files may only depend on other .o
files. Any .o files which don't satisfy this requirement will be
ignored, and the module interpreted instead.
Revision Changes Path
1.50 +72 -47 fptools/ghc/compiler/compMan/CompManager.lhs