cvs commit: fptools/ghc/compiler/main DriverMkDepend.hs DriverUtil.hs Finder.lhs

Simon Marlow simonmar@glass.cse.ogi.edu
Thu, 26 Apr 2001 07:33:44 -0700


simonmar    2001/04/26 07:33:44 PDT

  Modified files:
    ghc/compiler/main    DriverMkDepend.hs DriverUtil.hs 
                         Finder.lhs 
  Log:
  Don't fail during dependency generation if one of the search paths
  doesn't exist.
  
  Revision  Changes    Path
  1.10      +3 -4      fptools/ghc/compiler/main/DriverMkDepend.hs
  1.20      +13 -1     fptools/ghc/compiler/main/DriverUtil.hs
  1.33      +2 -10     fptools/ghc/compiler/main/Finder.lhs