Set default image for scshvm to scsh.image (fixes #1091147)
This commit is contained in:
parent
d6d422006f
commit
364eb89dd8
|
@ -49,7 +49,7 @@ htmldir = $(libdir)/scsh/doc/scsh-manual/html
|
|||
# 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)
|
||||
|
@ -102,7 +102,7 @@ START_LINKER = echo ',batch' && echo ',bench on'
|
|||
|
||||
# Targets:
|
||||
|
||||
IMAGE = scheme48.image
|
||||
IMAGE = scsh.image
|
||||
INITIAL = build/initial.image
|
||||
VM = scshvm
|
||||
LIBCIG = cig/lib$(VM).a
|
||||
|
|
Loading…
Reference in New Issue