Update of /cvsroot/scsh/scsh-0.6
In directory usw-pr-cvs1:/tmp/cvs-serv15546
Modified Files:
Makefile.in
Log Message:
Full path for =scheme48 in scsh.image.
Index: Makefile.in
===================================================================
RCS file: /cvsroot/scsh/scsh-0.6/Makefile.in,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -r1.22 -r1.23
*** Makefile.in 2001/06/01 16:22:26 1.22
--- Makefile.in 2001/06/03 18:29:45 1.23
***************
*** 47,51 ****
# out of the CVS repository.
# We cannot use Scsh here since -i is not understood.
! BUILD_RUNNABLE = scheme48
RUNNABLE = scsh
MANPAGE = $(RUNNABLE).$(manext)
--- 47,51 ----
# out of the CVS repository.
# We cannot use Scsh here since -i is not understood.
! BUILD_RUNNABLE = /afs/wsi/i386_fbsd32/bin/scheme48
RUNNABLE = scsh
MANPAGE = $(RUNNABLE).$(manext)
***************
*** 819,823 ****
scsh/scsh.image: $(VM) $(SCHEME) $(CIG).image
! (echo ",translate =scheme48/ $(srcdir)/scheme/"; \
echo ",batch on"; \
echo ",load-package floatnums"; \
--- 819,823 ----
scsh/scsh.image: $(VM) $(SCHEME) $(CIG).image
! (echo ",translate =scheme48/ `pwd`/scheme/"; \
echo ",batch on"; \
echo ",load-package floatnums"; \
|