php-5.4.28
make error

cp: cannot stat sapi/cli/php.1: No such file

https://bugs.php.net/bug.php?id=66842

はぁ!!?
修正消したら コンパイル通りましたよ!!

--- php-5.4.28/Makefile.global  2014-04-29 15:44:00.000000000 +0900
+++ php-5.4.28/Makefile.global  2014-05-24 19:03:42.000000000 +0900
@@ -113,7 +113,7 @@
        find . -name \*.la -o -name \*.a | xargs rm -f 
        find . -name \*.so | xargs rm -f
        find . -name .libs -a -type d|xargs rm -rf
-       find . -name \*.1 | xargs rm -f
+#      find . -name \*.1 | xargs rm -f
        rm -f libphp$(PHP_MAJOR_VERSION).la $(SAPI_CLI_PATH) $(OVERALL_TARGET) modules/* libs/*