cvs commit: fptools/ghc/compiler/main SysTools.lhs
Simon Marlow
simonmar@glass.cse.ogi.edu
Thu, 28 Jun 2001 04:51:53 -0700
simonmar 2001/06/28 04:51:53 PDT
Modified files:
ghc/compiler/main SysTools.lhs
Log:
clean up remove_suffix:
- only use it when getExecDir works (i.e. on Windows)
- therefore, don't require that the build-tree TOPDIR has a
/ghc/compiler suffix.
- fix a bug with the installed build, where the binary lives
in $libdir/bin not $libdir.
ghci-inplace should work again now.
Revision Changes Path
1.16 +17 -15 fptools/ghc/compiler/main/SysTools.lhs