Full path for =scheme48 in scsh.image.

This commit is contained in:
mainzelm 2001-06-03 18:29:45 +00:00
parent 3cf10885fa
commit 59ae9329b7
1 changed files with 2 additions and 2 deletions

View File

@ -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"; \