- MFH Add pharcmd to default targets if present

This commit is contained in:
Marcus Boerger 2008-05-31 19:27:31 +00:00
parent 72b3187d43
commit ae0ee180ac

View File

@ -1348,7 +1348,13 @@ CFLAGS="\$(CFLAGS_CLEAN) $standard_libtool_flag"
INLINE_CFLAGS="$INLINE_CFLAGS $standard_libtool_flag"
CXXFLAGS="$CXXFLAGS $standard_libtool_flag"
all_targets="$lcov_target \$(OVERALL_TARGET) \$(PHP_MODULES) \$(PHP_ZEND_EX) \$(PHP_CLI_TARGET)"
if test "$PHP_PHAR" != "no" && test "$PHP_CLI" != "no"; then
PHARCMD=pharcmd
else
PHARCMD=
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_pear"
case $PHP_SAPI in