We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aa342e commit 6af7526Copy full SHA for 6af7526
Makefile.global
@@ -10,7 +10,7 @@ all: $(all_targets)
10
@echo "Build complete."
11
@echo "Don't forget to run 'make test'."
12
@echo
13
-
+
14
build-modules: $(PHP_MODULES) $(PHP_ZEND_EX)
15
16
build-binaries: $(PHP_BINARIES)
scripts/Makefile.frag
@@ -44,7 +44,7 @@ install-programs: $(builddir)/phpize $(builddir)/php-config
44
echo " page: $(program_prefix)$${page}$(program_suffix).1"; \
45
$(INSTALL_DATA) $(builddir)/man1/$${page}.1 $(INSTALL_ROOT)$(mandir)/man1/$(program_prefix)$${page}$(program_suffix).1; \
46
done
47
48
$(builddir)/phpize: $(srcdir)/phpize.in $(top_builddir)/config.status
49
(CONFIG_FILES=$@ CONFIG_HEADERS= $(top_builddir)/config.status)
50
0 commit comments