]> granicus.if.org Git - php/commitdiff
This does not work with AIX find..
authorfoobar <sniper@php.net>
Sun, 30 Jun 2002 04:26:05 +0000 (04:26 +0000)
committerfoobar <sniper@php.net>
Sun, 30 Jun 2002 04:26:05 +0000 (04:26 +0000)
Makefile.global

index 00f8c5f0ee74dbf600728cc90ea73abb074c5b93..4352ede6945f6be0c744f2205113c56e849722cc 100644 (file)
@@ -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