sas             Sat Jan 13 02:02:09 2001 EDT

  Modified files:              
    /php4/pear  Makefile.in 
  Log:
  Fix make install in VPATH builds
  
  
Index: php4/pear/Makefile.in
diff -u php4/pear/Makefile.in:1.62 php4/pear/Makefile.in:1.63
--- php4/pear/Makefile.in:1.62  Fri Jan 12 07:24:21 2001
+++ php4/pear/Makefile.in       Sat Jan 13 02:02:08 2001
@@ -112,7 +112,7 @@
        dynlib.m4 \
        acinclude.m4
 
-bin_SCRIPTS = phpize php-config pear phpextdist
+bin_SCRIPTS = phpize php-config pear
 
 install-build:
        $(mkinstalldirs) $(phpbuilddir) $(bindir) && \
@@ -121,6 +121,9 @@
 install-programs:
        for prog in $(bin_SCRIPTS); do \
                $(INSTALL) -m 755 scripts/$$prog $(bindir)/$$prog; \
+       done; \
+       for prog in phpextdist; do \
+               $(INSTALL) -m 755 $(srcdir)/scripts/$$prog $(bindir)/$$prog; \
        done
 
 HEADER_DIRS = \



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to