Skip to content

Commit 55dfa37

Browse files
author
foobar
committed
MFB
1 parent 2998eea commit 55dfa37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/Makefile.frag

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ install-headers:
5555
done; \
5656
cd $(top_srcdir)/sapi/embed && $(INSTALL_DATA) *.h $(INSTALL_ROOT)$(phpincludedir)/main
5757

58-
install-programs:
58+
install-programs: $(builddir)/phpize $(builddir)/php-config
5959
@echo "Installing helper programs: $(INSTALL_ROOT)$(bindir)/"
6060
@for prog in $(bin_SCRIPTS); do \
6161
echo " program: $$prog"; \

0 commit comments

Comments
 (0)