From 59ae9329b70f7f42a87e16bff8ce1c48726d98c5 Mon Sep 17 00:00:00 2001 From: mainzelm Date: Sun, 3 Jun 2001 18:29:45 +0000 Subject: [PATCH] Full path for =scheme48 in scsh.image. --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index d16acae..82d8d5a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -46,7 +46,7 @@ mandir = $(prefix)/man/man$(manext) # BUILD_RUNNABLE has to be Scheme 48 0.53. This is used for builds directly # out of the CVS repository. # We cannot use Scsh here since -i is not understood. -BUILD_RUNNABLE = scheme48 +BUILD_RUNNABLE = /afs/wsi/i386_fbsd32/bin/scheme48 RUNNABLE = scsh MANPAGE = $(RUNNABLE).$(manext) LIB = $(libdir)/$(RUNNABLE) @@ -818,7 +818,7 @@ loads = $(srcdir)/scsh/let-opt.scm $(srcdir)/scsh/scsh-interfaces.scm \ scsh/scsh.image: $(VM) $(SCHEME) $(CIG).image - (echo ",translate =scheme48/ $(srcdir)/scheme/"; \ + (echo ",translate =scheme48/ `pwd`/scheme/"; \ echo ",batch on"; \ echo ",load-package floatnums"; \ echo ",config"; \