]> granicus.if.org Git - php/commitdiff
- Fix style
authorMarcus Boerger <helly@php.net>
Mon, 2 Jun 2008 16:29:25 +0000 (16:29 +0000)
committerMarcus Boerger <helly@php.net>
Mon, 2 Jun 2008 16:29:25 +0000 (16:29 +0000)
configure.in

index 32867bb96652a5cec164fb0a1acc50b692b902e6..c5992426fbc48e349adf623d217517acc8bd0b97 100644 (file)
@@ -1275,15 +1275,15 @@ INLINE_CFLAGS="$INLINE_CFLAGS $standard_libtool_flag"
 CXXFLAGS="$CXXFLAGS $standard_libtool_flag"
 
 if test "$PHP_PHAR" != "no" && test "$PHP_CLI" != "no"; then
-  PHARCMD=pharcmd
-  PHARCMD_INSTALL=install-pharcmd
+  pharcmd=pharcmd
+  pharcmd_install=install-pharcmd
 else
-  PHARCMD=
-  PHARCMD_INSTALL=
+  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 $PHARCMD_INSTALL"
+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 $pharcmd_install"
 
 case $PHP_SAPI in
   cli)