Fix build bug, manifested as failure to find libguile-srfi-srfi-1-v-4
authorAndy Wingo <wingo@pobox.com>
Thu, 10 Jun 2010 15:53:47 +0000 (17:53 +0200)
committerAndy Wingo <wingo@pobox.com>
Thu, 10 Jun 2010 15:53:47 +0000 (17:53 +0200)
commit02fcbf78b27788c03563e5c3d297a4cd469ce562
tree265d1960f0cff4533423c1fdefc3e3d0af0d2895
parentd8e1bce4fc8d23a94e3a5f8b4248adbb1e5555be
Fix build bug, manifested as failure to find libguile-srfi-srfi-1-v-4

* module/ice-9/boot-9.scm (top-repl): This use of @ is not safe, because
  it will cause (system repl repl) to be loaded at expand time, which
  will eventually cause (srfi srfi-1) to be loaded, which won't work
  with a fresh build tree because the helper lib isn't compiled. Gross.
  (load): Add a note about why this use of @ is safe.
module/ice-9/boot-9.scm