summaryrefslogtreecommitdiff
path: root/Makefile.global
diff options
context:
space:
mode:
authorYasuo Ohgaki <yohgaki@php.net>2002-09-30 09:15:23 +0000
committerYasuo Ohgaki <yohgaki@php.net>2002-09-30 09:15:23 +0000
commitd378a2c959eb5f6324e038b5abeb2cd05dc35b93 (patch)
tree581652140f41f38bb3ae96a1b73ed87970bcada9 /Makefile.global
parent545f894524dc9c65ae34f1b965fdfeb6917e557a (diff)
downloadphp-git-d378a2c959eb5f6324e038b5abeb2cd05dc35b93.tar.gz
Remove space
Diffstat (limited to 'Makefile.global')
-rw-r--r--Makefile.global2
1 files changed, 1 insertions, 1 deletions
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/*