1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-24 12:20:20 +02:00

module compilation fixen, post-integration

Thanks to Dale Smith.

* guilec.mk: Rework to expect the includer to define $(modpath), then
  make $(moddir) from that.

* module/language/Makefile.am:
* module/language/scheme/Makefile.am:
* module/system/base/Makefile.am:
* module/system/il/Makefile.am:
* module/system/repl/Makefile.am:
* module/system/vm/Makefile.am: Define modpath instead.

* src/guilec.in: Don't import (system vm bootstrap), it is no more.
This commit is contained in:
Andy Wingo 2008-08-25 13:05:16 -07:00
parent 83495480e8
commit 75a09d5ae6
8 changed files with 8 additions and 12 deletions

View file

@ -1,3 +1,3 @@
SOURCES = translate.scm spec.scm
moddir = $(guiledir)/language/scheme
modpath = language/scheme
include $(top_srcdir)/guilec.mk