diff options
author | Xinchen Hui <laruence@php.net> | 2014-03-10 15:55:05 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@php.net> | 2014-03-10 15:55:05 +0800 |
commit | aa23d754a9aceb1312a847d588a152e224e08c5b (patch) | |
tree | 513f5b5b9c17d191bcc14244eefd9a7a7244256c /Makefile.global | |
parent | 6e16cc3528cbf36437aa037e7b98ec41ace7eb72 (diff) | |
parent | a930e047927835db02325e0e7a0ae48da00649e0 (diff) | |
download | php-git-aa23d754a9aceb1312a847d588a152e224e08c5b.tar.gz |
Merge branch 'PHP-5.5' into PHP-5.6
Diffstat (limited to 'Makefile.global')
-rw-r--r-- | Makefile.global | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.global b/Makefile.global index 11a7d5c43e..bd82daf4d8 100644 --- a/Makefile.global +++ b/Makefile.global @@ -115,7 +115,6 @@ clean: 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 rm -f libphp$(PHP_MAJOR_VERSION).la $(SAPI_CLI_PATH) $(SAPI_CGI_PATH) $(SAPI_MILTER_PATH) $(SAPI_LITESPEED_PATH) $(SAPI_FPM_PATH) $(OVERALL_TARGET) modules/* libs/* distclean: clean |