rearrange scheme compilation order
authorAndy Wingo <wingo@pobox.com>
Mon, 21 May 2012 15:48:45 +0000 (17:48 +0200)
committerAndy Wingo <wingo@pobox.com>
Mon, 21 May 2012 15:48:45 +0000 (17:48 +0200)
commit6ccc66789695b5a09ce9b16c8c121f521df296e6
tree712f5e445a003305ede0c3d6f461f240368bb045
parent95e4ab26653ef76d78f7e5d4efae4dfca366b409
rearrange scheme compilation order

* module/Makefile.am (SOURCES): Move vlists, srfi-1, peval, and cse up
  in the compilation order.  These are exercised a lot in the compiler.
module/Makefile.am