From: foobar Date: Sun, 30 Jun 2002 04:26:05 +0000 (+0000) Subject: This does not work with AIX find.. X-Git-Tag: xmlrpc_epi_0_51_merge_pt~67 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=905f56fd7d3264de2efd9a5f5f8aaf65683e1f7c;p=php This does not work with AIX find.. --- 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