X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=MakeTargets;h=9e0d7a44d1f08782d30ab74aea331529950a4b31;hb=216ec19eb92c224f54cdbe848c6ffd0082d2d54d;hp=7cccee86d610b6e7dede840656c7ba6b43c82712;hpb=3ee926cbe339088ade7a664bc52a04081812a402;p=libfirm diff --git a/MakeTargets b/MakeTargets index 7cccee86d..9e0d7a44d 100644 --- a/MakeTargets +++ b/MakeTargets @@ -74,6 +74,7 @@ local_tags: $(TAGFILES) install: $(INCLUDEDIR) install_headers $(LIBDIR) install_libs @echo ================================================ @echo Don\'t forget to add $(LIBDIR) to LD_LIBRARY_PATH + @echo Don\'t forget to add /usr/public/libxml2/lib to LD_LIBRARY_PATH @echo ================================================ install_headers: subdir_install_headers local_install_headers @@ -86,6 +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' is ranlib'ed already, and the '.so' doesn't need ranlib-ing + @# $(RANLIB) $(addprefix $(LIBDIR)/,$(INSTALL_LIBS)) endif