diff --git a/makedist b/makedist index bce40a94880..f5823d39251 100755 --- a/makedist +++ b/makedist @@ -35,7 +35,10 @@ if test "${1}" = "1" -a "${2}" -lt "28"; then fi IFS="$old_IFS" -PHPROOT=git@git.php.net:php-src.git +if test "$PHPROOTx" == "x"; then + PHPROOT=git@git.php.net:php-src.git; +fi + LT_TARGETS='ltconfig ltmain.sh config.guess config.sub' if echo '\c' | grep -s c >/dev/null 2>&1