From d378a2c959eb5f6324e038b5abeb2cd05dc35b93 Mon Sep 17 00:00:00 2001 From: Yasuo Ohgaki Date: Mon, 30 Sep 2002 09:15:23 +0000 Subject: Remove space --- Makefile.global | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.global') 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/* -- cgit v1.2.1