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:
parent
83495480e8
commit
75a09d5ae6
8 changed files with 8 additions and 12 deletions
|
@ -1,3 +1,3 @@
|
|||
SOURCES = translate.scm spec.scm
|
||||
moddir = $(guiledir)/language/scheme
|
||||
modpath = language/scheme
|
||||
include $(top_srcdir)/guilec.mk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue