]> granicus.if.org Git - php/commitdiff
MFH fix for solaris find breakage
authorSascha Schumann <sas@php.net>
Wed, 30 Apr 2003 07:08:32 +0000 (07:08 +0000)
committerSascha Schumann <sas@php.net>
Wed, 30 Apr 2003 07:08:32 +0000 (07:08 +0000)
Makefile.global

index e286980e2a82fc093d74373a672b62f26b53ac67..c26b90048b0c56506ec53163819b6d99c55c5f2f 100644 (file)
@@ -53,8 +53,10 @@ test: $(SAPI_CLI_PATH)
                        $(top_builddir)/$(SAPI_CLI_PATH) -d 'open_basedir=' -d 'safe_mode=0' -d 'output_buffering=0' $(top_srcdir)/run-tests.php $(TESTS)
 
 clean:
-       find . -name \*.lo -o -name \*.o | xargs rm -f
-       find . -name \*.la -o -name \*.a | xargs rm -f 
+       find . -name \*.lo | xargs rm -f
+       find . -name \*.o | xargs rm -f
+       find . -name \*.la | xargs rm -f
+       find . -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/*