*** Makefile.in.orig Thu Jul 11 10:36:16 2002 --- Makefile.in Thu Jul 11 10:36:38 2002 *************** install-lib:: $(INSTALLLIBSUBDIRS:%=%/__ *** 87,104 **** install-dev:: $(INSTALLDEVSUBDIRS:%=%/__install__) install:: - -$(LDCONFIG) - @if test -n "`LANG=C $(LDD) $(bindir)/wine|grep not.found`"; \ - then \ - echo "*************************************************" ; \ - echo "*************************************************" ; \ - echo "The installed Wine libraries will not be found!" ; \ - echo "You can either:" ; \ - echo " Add the line '$(libdir)' to /etc/ld.so.conf" ; \ - echo ' export LD_LIBRARY_PATH=$$LD_LIBRARY_PATH:$(libdir)' ; \ - echo "*************************************************" ; \ - echo "*************************************************" ; \ - fi .PHONY: install-lib install-dev --- 87,92 ----