We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2998eea commit 55dfa37Copy full SHA for 55dfa37
scripts/Makefile.frag
@@ -55,7 +55,7 @@ install-headers:
55
done; \
56
cd $(top_srcdir)/sapi/embed && $(INSTALL_DATA) *.h $(INSTALL_ROOT)$(phpincludedir)/main
57
58
-install-programs:
+install-programs: $(builddir)/phpize $(builddir)/php-config
59
@echo "Installing helper programs: $(INSTALL_ROOT)$(bindir)/"
60
@for prog in $(bin_SCRIPTS); do \
61
echo " program: $$prog"; \
0 commit comments