From: Yasuo Ohgaki Date: Mon, 30 Sep 2002 09:15:23 +0000 (+0000) Subject: Remove space X-Git-Tag: MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003~58 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d378a2c959eb5f6324e038b5abeb2cd05dc35b93;p=php Remove space --- diff --git a/Makefile.global b/Makefile.global index 6592e5509b..ed5ecb4bb6 100644 --- a/Makefile.global +++ b/Makefile.global @@ -52,7 +52,7 @@ test: $(SAPI_CLI_PATH) clean: find . -name \*.lo -o -name \*.o | xargs rm -f - find . -name \*.la -o -name \*.a | xargs rm -f + find . -name \*.la -o -name \*.a | xargs rm -f find . -name \*.so | xargs rm -f find . -name .libs -a -type d|xargs rm -rf rm -f libphp4.la $(SAPI_CLI_PATH) $(OVERALL_TARGET) modules/* libs/*