aboutsummaryrefslogtreecommitdiff
path: root/opcodes/Makefile.in
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2005-02-08 04:52:24 +0000
committerJim Blandy <jimb@codesourcery.com>2005-02-08 04:52:24 +0000
commit0a40490e6aa43a28c471f4db8a18a4820cbf58c3 (patch)
treeacc1b50e074a41c9b2ed3fd5af4eea134c0a08bb /opcodes/Makefile.in
parent5086187cf9ff8626f0ef2ee885be62dde9eae4d6 (diff)
downloadgdb-0a40490e6aa43a28c471f4db8a18a4820cbf58c3.zip
gdb-0a40490e6aa43a28c471f4db8a18a4820cbf58c3.tar.gz
gdb-0a40490e6aa43a28c471f4db8a18a4820cbf58c3.tar.bz2
cgen/ChangeLog:
2005-02-07 Jim Blandy <jimb@redhat.com> * cgen-opc.scm: Don't load fixup.scm here. (See corresponding changes in the opcodes directory.) opcodes/ChangeLog: 2005-02-07 Jim Blandy <jimb@redhat.com> * Makefile.am (CGEN): Load guile.scm before calling the main application script. * Makefile.in: Regenerated. * cgen.sh: Be prepared for the 'cgen' argument to contain spaces. Simply pass the cgen-opc.scm path to ${cgen} as its first argument; ${cgen} itself now contains the '-s', or whatever is appropriate for the Scheme being used.
Diffstat (limited to 'opcodes/Makefile.in')
-rw-r--r--opcodes/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in
index dfbdac8..9f92996 100644
--- a/opcodes/Makefile.in
+++ b/opcodes/Makefile.in
@@ -532,7 +532,7 @@ CLEANFILES = \
CGENDIR = @cgendir@
CPUDIR = $(CGENDIR)/cpu
-CGEN = `if test -f ../guile/libguile/guile ; then echo ../guile/libguile/guile; else echo guile ; fi`
+CGEN = "`if test -f ../guile/libguile/guile ; then echo ../guile/libguile/guile; else echo guile ; fi` -l ${cgendir}/guile.scm -s"
CGENFLAGS = -v
CGENDEPS = \
$(CGENDIR)/desc.scm $(CGENDIR)/desc-cpu.scm \