diff --git a/Error-log b/Error-log index 174ff5d..526e663 100644 --- a/Error-log +++ b/Error-log @@ -88,3 +88,6 @@ Reported by Mike Sperber. Fix by bdc 3 Nov 96 Makefile.in didn't contain correct scsh.vm target Reported by Mike Sperber. Fix by bdc 4 Nov 96 + +Makefile.in needs to rerun ranlib after installing libscshvm.a +Reported by Robert E. Brown. Fix by bdc 4 Nov 96 diff --git a/Makefile.in b/Makefile.in index 659180f..2886a7b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -671,6 +671,7 @@ install-scsh: scsh $(INSTALL_PROGRAM) $(srcdir)/scsh/scsh $(bindir)/$(RUNNABLE) $(INSTALL_PROGRAM) $(srcdir)/scsh/scsh.image $(LIB)/scsh.image $(INSTALL_PROGRAM) $(srcdir)/$(LIBSCSH) $(libdir)/$(LIBSCSH) + $(RANLIB) $(libdir)/$(LIBSCSH) for f in $(srcdir)/scsh/*.scm; \ do $(INSTALL_DATA) $$f $(LIB)/scsh/; done