From 92efac26a90c24f04fdd70e584bde9827885ff7a Mon Sep 17 00:00:00 2001 From: mainzelm Date: Sat, 12 May 2001 13:13:05 +0000 Subject: [PATCH] Build vm, linker and initial.image with Scheme 48 --- Makefile.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile.in b/Makefile.in index 31a1fed..f84dfc0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -43,7 +43,7 @@ mandir = $(prefix)/man/man$(manext) .c.o: $(CC) -g -c $(CPPFLAGS) $(DEFS) -I$(srcdir)/c -I$(srcdir)/cig $(CFLAGS) -o $@ $< -RUNNABLE = scsh +RUNNABLE = scheme48 MANPAGE = $(RUNNABLE).$(manext) LIB = $(libdir)/$(RUNNABLE) @@ -81,7 +81,7 @@ BIG_HEAP = -h 5000000 # LINKER_VM = ./$(VM) $(BIG_HEAP) # LINKER_RUNNABLE = $(LINKER_VM) -i $(IMAGE) -# therefor according to 2 but canot use scsh since -i is not understood +# therefor according to 2. but we cannot use scsh since -i is not understood LINKER_VM = scheme48 $(BIG_HEAP) LINKER_RUNNABLE = scheme48 @@ -150,7 +150,6 @@ CONFIG_FILES = scheme/interfaces.scm scheme/low-packages.scm \ # The following is the first rule and therefore the "make" command's # default target. enough: $(VM) $(IMAGE) go $(LIBCIG) scsh $(LIBSCSH) $(LIBSCSHVM) -#JMG no notify at the moment... .notify # Files generated by cig need their init functions called.