From 1f8e0b5b2d0ce3b868213a17d439b44de4b5cfb7 Mon Sep 17 00:00:00 2001 From: bdc Date: Mon, 4 Nov 1996 18:12:06 +0000 Subject: [PATCH] Makefile.in needs to rerun ranlib after installing libscshvm.a --- Error-log | 3 +++ Makefile.in | 1 + 2 files changed, 4 insertions(+) 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