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.