cvs commit: fptools/ghc/compiler Makefile

Simon Marlow simonmar@glass.cse.ogi.edu
Tue, 27 Mar 2001 02:32:42 -0800


simonmar    2001/03/27 02:32:42 PST

  Modified files:
    ghc/compiler         Makefile 
  Log:
  Config.hs no longer contains any absolute directories.  The only
  absolute directory it knows about is always passed in from the
  mini-driver in the -B<dir> flag.
  
  This setup is pretty fragile for booting from .hc anyway because
  Config.hs contains platform-specific info, but it'll work enough to
  get the compiler booted.
  
  Revision  Changes    Path
  1.149     +1 -6      fptools/ghc/compiler/Makefile