Remove extra RANLIB command after installation of archive libraries.

This commit is contained in:
Janet B. Anderson
2009-11-25 17:41:55 +00:00
parent d04e20e91b
commit c09b0cba32

View File

@@ -359,9 +359,6 @@ $(INSTALL_BIN)/%: ../%
$(INSTALL_LIB)/%.a: %.a
$(ECHO) "Installing library $@"
@$(INSTALL_LIBRARY) -d -m $(LIB_PERMISSIONS) $< $(INSTALL_LIB)
ifneq ($(strip $(RANLIB)),)
$(RANLIB) $@
endif # RANLIB
$(INSTALL_LIB)/%.lib: %.lib
$(ECHO) "Installing library $@"