diff options
-rw-r--r-- | am/Makefile.am | 2 | ||||
-rw-r--r-- | am/guilec (renamed from guilec.mk) | 0 | ||||
-rw-r--r-- | module/ice-9/Makefile.am | 2 | ||||
-rw-r--r-- | module/language/scheme/Makefile.am | 2 | ||||
-rw-r--r-- | module/oop/Makefile.am | 2 | ||||
-rw-r--r-- | module/oop/goops/Makefile.am | 2 | ||||
-rw-r--r-- | module/system/base/Makefile.am | 2 | ||||
-rw-r--r-- | module/system/il/Makefile.am | 2 | ||||
-rw-r--r-- | module/system/repl/Makefile.am | 2 | ||||
-rw-r--r-- | module/system/vm/Makefile.am | 2 |
10 files changed, 9 insertions, 9 deletions
diff --git a/am/Makefile.am b/am/Makefile.am index 8b49c2bca..2c49adb09 100644 --- a/am/Makefile.am +++ b/am/Makefile.am @@ -21,7 +21,7 @@ AUTOMAKE_OPTIONS = gnu -am_frags = pre-inst-guile maintainer-dirs +am_frags = pre-inst-guile maintainer-dirs guilec EXTRA_DIST = $(am_frags) ChangeLog-2008 diff --git a/module/ice-9/Makefile.am b/module/ice-9/Makefile.am index 327c31621..a9ff09c7c 100644 --- a/module/ice-9/Makefile.am +++ b/module/ice-9/Makefile.am @@ -52,7 +52,7 @@ SOURCES = psyntax-pp.scm boot-9.scm \ # psyntax-pp.scm. NOCOMP_SOURCES = gds-client.scm psyntax.scm -include $(top_srcdir)/guilec.mk +include $(top_srcdir)/am/guilec ## test.scm is not currently installed. EXTRA_DIST += test.scm compile-psyntax.scm ChangeLog-2008 diff --git a/module/language/scheme/Makefile.am b/module/language/scheme/Makefile.am index 8a2c32b7c..7f52662b4 100644 --- a/module/language/scheme/Makefile.am +++ b/module/language/scheme/Makefile.am @@ -1,3 +1,3 @@ SOURCES = translate.scm spec.scm modpath = language/scheme -include $(top_srcdir)/guilec.mk +include $(top_srcdir)/am/guilec diff --git a/module/oop/Makefile.am b/module/oop/Makefile.am index 2f3965c09..83c342abc 100644 --- a/module/oop/Makefile.am +++ b/module/oop/Makefile.am @@ -25,6 +25,6 @@ SUBDIRS = goops modpath = oop SOURCES = goops.scm -include $(top_srcdir)/guilec.mk +include $(top_srcdir)/am/guilec EXTRA_DIST += ChangeLog-2008 diff --git a/module/oop/goops/Makefile.am b/module/oop/goops/Makefile.am index ddfdf41d3..0c90ac49f 100644 --- a/module/oop/goops/Makefile.am +++ b/module/oop/goops/Makefile.am @@ -27,4 +27,4 @@ SOURCES = \ dispatch.scm internal.scm save.scm stklos.scm util.scm \ accessors.scm simple.scm -include $(top_srcdir)/guilec.mk +include $(top_srcdir)/am/guilec diff --git a/module/system/base/Makefile.am b/module/system/base/Makefile.am index 794f5d618..349811dd5 100644 --- a/module/system/base/Makefile.am +++ b/module/system/base/Makefile.am @@ -1,3 +1,3 @@ SOURCES = pmatch.scm syntax.scm compile.scm language.scm modpath = system/base -include $(top_srcdir)/guilec.mk +include $(top_srcdir)/am/guilec diff --git a/module/system/il/Makefile.am b/module/system/il/Makefile.am index e65c6fd81..1654244d6 100644 --- a/module/system/il/Makefile.am +++ b/module/system/il/Makefile.am @@ -1,3 +1,3 @@ SOURCES = glil.scm ghil.scm inline.scm compile.scm modpath = system/il -include $(top_srcdir)/guilec.mk +include $(top_srcdir)/am/guilec diff --git a/module/system/repl/Makefile.am b/module/system/repl/Makefile.am index 7a5dbc6d9..781617511 100644 --- a/module/system/repl/Makefile.am +++ b/module/system/repl/Makefile.am @@ -1,4 +1,4 @@ NOCOMP_SOURCES = describe.scm SOURCES = repl.scm common.scm command.scm modpath = system/repl -include $(top_srcdir)/guilec.mk +include $(top_srcdir)/am/guilec diff --git a/module/system/vm/Makefile.am b/module/system/vm/Makefile.am index 43807c086..87d95f291 100644 --- a/module/system/vm/Makefile.am +++ b/module/system/vm/Makefile.am @@ -2,4 +2,4 @@ SOURCES = assemble.scm conv.scm debug.scm \ disasm.scm frame.scm instruction.scm objcode.scm \ profile.scm program.scm trace.scm vm.scm modpath = system/vm -include $(top_srcdir)/guilec.mk +include $(top_srcdir)/am/guilec |