Made all ranlib command lines the same.

This commit is contained in:
Janet B. Anderson
2000-02-14 15:42:45 +00:00
parent 0a9bffe14d
commit 3e4f68ef05
+2 -2
View File
@@ -389,8 +389,8 @@ $(INSTALL_BIN)/%: ../%
$(INSTALL_LIB)/%.a: %.a
@echo "Installing library $@"
@$(INSTALL_LIBRARY) -d -m 644 $< $(INSTALL_LIB)
ifneq ($(RANLIB)xx,xx)
$(RANLIB) $(RANLIBFLAGS) $@
ifneq ($(strip $(RANLIB)),)
$(RANLIB) $@
endif # RANLIB
$(INSTALL_LIB)/%.lib: %.lib