Makefile.in needs to rerun ranlib after installing libscshvm.a

This commit is contained in:
bdc 1996-11-04 18:12:06 +00:00
parent 6093fc8de2
commit 1f8e0b5b2d
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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