From: Florian Liekweg Date: Mon, 18 Oct 2004 08:59:53 +0000 (+0000) Subject: ** install_libs: X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=a97995860006f84925da4132f182bc8d5549e405;p=libfirm ** install_libs: ** the '.a' are ranlib'ed already, and the '.so' doesn't need ranlib-ing [r4133] --- 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