X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=MakeTargets;h=9e0d7a44d1f08782d30ab74aea331529950a4b31;hb=216ec19eb92c224f54cdbe848c6ffd0082d2d54d;hp=e994405d2354b47af2503a77d33215bb523b7f3e;hpb=34021c4129879e5f979f6736643e1e42a558471b;p=libfirm diff --git a/MakeTargets b/MakeTargets index e994405d2..9e0d7a44d 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' is ranlib'ed already, and the '.so' doesn't need ranlib-ing + @# $(RANLIB) $(addprefix $(LIBDIR)/,$(INSTALL_LIBS)) endif