X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=MakeTargets;h=9e0d7a44d1f08782d30ab74aea331529950a4b31;hb=a89063290e573d23f0ef4d827a68b319ae74e594;hp=e4a8cc2217091e0391419a3214abab2c8b0d823e;hpb=a97995860006f84925da4132f182bc8d5549e405;p=libfirm diff --git a/MakeTargets b/MakeTargets index e4a8cc221..9e0d7a44d 100644 --- a/MakeTargets +++ b/MakeTargets @@ -87,8 +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) - # the '.a' are ranlib'ed already, and the '.so' doesn't need ranlib-ing - # $(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