diff --git a/Error-log b/Error-log index 92d306c..174ff5d 100644 --- a/Error-log +++ b/Error-log @@ -82,6 +82,9 @@ problem compiling on sunos 4.1.x reported by Franklin Chen. Fix by bdc 3 Nov 96 signals-ignored-by-default for nextstep -Reported by Mike Sperber. Fix by bdc 3 Mov 96 +Reported by Mike Sperber. Fix by bdc 3 Nov 96 *** 0.4.4 Released by bdc 3 Nov 96 + +Makefile.in didn't contain correct scsh.vm target +Reported by Mike Sperber. Fix by bdc 4 Nov 96 diff --git a/Makefile.in b/Makefile.in index 5ae35fc..659180f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -664,7 +664,7 @@ scsh/scsh.vm: $(LIBSCSH) $(VM) scsh/scsh.image -lm ./vm/s48-package-defs.scm \ -dm -m static-heaps -e static-heap-linker \ -s scsh/static.scm \ - scsh/scsh.image $@ + -i scsh/scsh.image -o $@ install-scsh: scsh $(RM) $(bindir)/$(RUNNABLE)