Merge remote-tracking branch 'origin/stable-2.0'
authorMark H Weaver <mhw@netris.org>
Thu, 15 Aug 2013 08:09:04 +0000 (04:09 -0400)
committerMark H Weaver <mhw@netris.org>
Thu, 15 Aug 2013 08:09:04 +0000 (04:09 -0400)
1  2 
module/Makefile.am

@@@ -32,10 -32,8 +32,11 @@@ nobase_ccache_DATA += ice-9/eval.g
  EXTRA_DIST += ice-9/eval.scm
  ETAGS_ARGS += ice-9/eval.scm
  
 +VM_TARGETS := system/vm/assembler.go system/vm/disassembler.go
 +$(VM_TARGETS): $(top_builddir)/libguile/vm-operations.h
 +
  ice-9/boot-9.go: ice-9/boot-9.scm ice-9/quasisyntax.scm ice-9/r6rs-libraries.scm
+ ice-9/match.go: ice-9/match.scm ice-9/match.upstream.scm
  
  # We can compile these in any order, but it's fastest if we compile
  # psyntax and boot-9 first, then the compiler itself, then the rest of