summaryrefslogtreecommitdiff
path: root/Makefile.global
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2002-06-30 04:26:05 +0000
committerfoobar <sniper@php.net>2002-06-30 04:26:05 +0000
commit905f56fd7d3264de2efd9a5f5f8aaf65683e1f7c (patch)
tree081d1cc32ade732090e096f41c5e20ac531c1300 /Makefile.global
parentcfc2259d13b7c788cc33d1498bfd59f86791c918 (diff)
downloadphp-git-905f56fd7d3264de2efd9a5f5f8aaf65683e1f7c.tar.gz
This does not work with AIX find..
Diffstat (limited to 'Makefile.global')
-rw-r--r--Makefile.global4
1 files 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