From a97995860006f84925da4132f182bc8d5549e405 Mon Sep 17 00:00:00 2001 From: Florian Liekweg Date: Mon, 18 Oct 2004 08:59:53 +0000 Subject: [PATCH] ** install_libs: ** the '.a' are ranlib'ed already, and the '.so' doesn't need ranlib-ing [r4133] --- MakeTargets | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MakeTargets b/MakeTargets index e994405d2..e4a8cc221 100644 --- a/MakeTargets +++ b/MakeTargets @@ -87,7 +87,8 @@ install_libs: subdir_install_libs local_install_libs local_install_libs: ifneq ($(strip $(INSTALL_LIBS)),) $(INSTALL) -m u+rw,a+r $(addprefix $(topdir)/,$(INSTALL_LIBS)) $(LIBDIR) - $(RANLIB) $(addprefix $(LIBDIR)/,$(INSTALL_LIBS)) + # the '.a' are ranlib'ed already, and the '.so' doesn't need ranlib-ing + # $(RANLIB) $(addprefix $(LIBDIR)/,$(INSTALL_LIBS)) endif -- 2.20.1