Set default image for scshvm to scsh.image (fixes #1091147)

This commit is contained in:
mainzelm 2006-03-02 22:15:34 +00:00
parent d6d422006f
commit 364eb89dd8
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -24,7 +24,7 @@
/* DEFAULT_IMAGE_NAME should be defined using the -D switch to cc. */
#if !defined(DEFAULT_IMAGE_NAME)
#define DEFAULT_IMAGE_NAME "scheme48.image"
#define DEFAULT_IMAGE_NAME "scsh.image"
#endif
#endif /* STATIC_AREAS */