if test "$PHP_PHAR" != "no" && test "$PHP_CLI" != "no"; then
PHARCMD=pharcmd
+ PHARCMD_INSTALL=install-pharcmd
else
PHARCMD=
+ PHARCMD_INSTALL=
fi;
all_targets="$lcov_target \$(OVERALL_TARGET) \$(PHP_MODULES) \$(PHP_ZEND_EX) \$(PHP_CLI_TARGET) $PHARCMD"
-install_targets="$install_modules install-build install-headers install-programs"
+install_targets="$install_modules install-build install-headers install-programs $PHARCMD_INSTALL"
case $PHP_SAPI in
cli)