From a51d857683c01dab2d92cc7ce6f97edbeb17e96e Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Tue, 8 Feb 2005 04:52:24 +0000 Subject: cgen/ChangeLog: 2005-02-07 Jim Blandy * cgen-opc.scm: Don't load fixup.scm here. (See corresponding changes in the opcodes directory.) opcodes/ChangeLog: 2005-02-07 Jim Blandy * 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. --- opcodes/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opcodes/Makefile.in') diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in index dfbdac8bfb..9f929968e8 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 \ -- cgit v1.2.1