sniper Fri Sep 19 01:35:21 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/scripts Makefile.frag Log: Make sure phpize/php-config are build Index: php-src/scripts/Makefile.frag diff -u php-src/scripts/Makefile.frag:1.1.2.4 php-src/scripts/Makefile.frag:1.1.2.5 --- php-src/scripts/Makefile.frag:1.1.2.4 Wed Aug 27 13:57:32 2003 +++ php-src/scripts/Makefile.frag Fri Sep 19 01:35:21 2003 @@ -47,7 +47,7 @@ done; \ cd $(top_srcdir)/sapi/embed && $(INSTALL_DATA) *.h $(INSTALL_ROOT)$(phpincludedir)/main -install-programs: +install-programs: $(builddir)/phpize $(builddir)/php-config @echo "Installing helper programs: $(INSTALL_ROOT)$(bindir)/" @for prog in $(bin_SCRIPTS); do \ echo " program: $$prog"; \
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php