diff --git a/Makefile.in b/Makefile.in index 7f7125e..80f1df3 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 diff --git a/c/main.c b/c/main.c index dc5e5a4..98daaf7 100644 --- a/c/main.c +++ b/c/main.c @@ -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 */