[project @ 2001-06-12 17:07:23 by simonmar]
authorsimonmar <unknown>
Tue, 12 Jun 2001 17:07:23 +0000 (17:07 +0000)
committersimonmar <unknown>
Tue, 12 Jun 2001 17:07:23 +0000 (17:07 +0000)
commita3af437651462ff88ae3e55da07a2383361bd37e
tree156ea16b411dd9cf3a1e38ff3b2f6a9a0c4dfe4b
parent62b8d1aa94243eb19d5c772ddfef291bc690fd64
[project @ 2001-06-12 17:07:23 by simonmar]
Allow paths in package.conf to begin with the string "$libdir" which
is magically replaced by the compiler with either

  (a) the argument to the -B<dir> option, if one is present, or
  (b) the wired-in libdir otherwise.

This means that the standard package.conf file is independent of the
install location and we don't need the post-install-script hack any
more (Julian - could you update the install machinery when the time
comes? thanks.)
ghc/compiler/main/DriverState.hs
ghc/driver/Makefile
ghc/driver/PackageSrc.hs