summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2003-09-19 05:35:21 +0000
committerfoobar <sniper@php.net>2003-09-19 05:35:21 +0000
commitbbbf1df01d3c4fc8533817c180c75b476c93a1cf (patch)
treecc4400abdaf2d6f0fec9bb78a31bd8bca7d9bb14 /scripts
parent3857aa4f7dbbf012c7813d9441ca9c1d96bcfd8f (diff)
downloadphp-git-bbbf1df01d3c4fc8533817c180c75b476c93a1cf.tar.gz
Make sure phpize/php-config are build
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile.frag2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.frag b/scripts/Makefile.frag
index b4c61f6dcb..a685c01368 100644
--- a/scripts/Makefile.frag
+++ b/scripts/Makefile.frag
@@ -47,7 +47,7 @@ install-headers:
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"; \