From: Sascha Schumann Date: Sat, 13 Jan 2001 10:02:08 +0000 (+0000) Subject: Fix make install in VPATH builds X-Git-Tag: php-4.0.5RC1~606 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d0c2255750c636437662cb2e64e159c14983cea9;p=php Fix make install in VPATH builds --- diff --git a/pear/Makefile.in b/pear/Makefile.in index 494d78020b..67c63ed266 100644 --- a/pear/Makefile.in +++ b/pear/Makefile.in @@ -112,7 +112,7 @@ BUILD_FILES = \ 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-build: 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 = \