X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=MakeTargets;h=9e0d7a44d1f08782d30ab74aea331529950a4b31;hb=957f55e9d65646269f76d0f6c34e5f90217ecfd7;hp=7550378d9d98a2537a9c14848bb36d72aa6418d2;hpb=95730664ee5ec63be34b1142222b6704300666f5;p=libfirm diff --git a/MakeTargets b/MakeTargets index 7550378d9..9e0d7a44d 100644 --- a/MakeTargets +++ b/MakeTargets @@ -72,6 +72,10 @@ local_tags: $(TAGFILES) # installation 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 local_install_headers: @@ -83,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