Makefile.in needs to rerun ranlib after installing libscshvm.a
This commit is contained in:
parent
6093fc8de2
commit
1f8e0b5b2d
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue