From 905f56fd7d3264de2efd9a5f5f8aaf65683e1f7c Mon Sep 17 00:00:00 2001 From: foobar Date: Sun, 30 Jun 2002 04:26:05 +0000 Subject: [PATCH] This does not work with AIX find.. --- Makefile.global | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.global b/Makefile.global index 00f8c5f0ee..4352ede694 100644 --- a/Makefile.global +++ b/Makefile.global @@ -60,8 +60,8 @@ test: sapi/cli/php $(top_builddir)/sapi/cli/php -c php.ini-dist $(top_srcdir)/run-tests.php clean: - find . -follow -name \*.lo -o -name \*.o -o -name \*.la -o -name \*.a| xargs rm -f - find . -follow -name .libs -a -type d|xargs rm -rf + find . -name \*.lo -o -name \*.o -o -name \*.la -o -name \*.a| xargs rm -f + find . -name .libs -a -type d|xargs rm -rf rm -f libphp4.la php sapi/cli/php modules/* libs/* distclean: clean -- 2.50.1