From 8088044bf3a7dc5d2fbebca26ee63d53adfd3050 Mon Sep 17 00:00:00 2001
From: Brian Warner <warner@allmydata.com>
Date: Wed, 15 Aug 2007 15:28:12 -0700
Subject: [PATCH] Makefile: use a different rm *.so command for the 'clean'
 target

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index dc3fed48..d2978ae1 100644
--- a/Makefile
+++ b/Makefile
@@ -206,7 +206,7 @@ clean: clean-zfec clean-foolscap
 	rm -rf build
 	rm -f debian
 	rm -rf instdir
-	-@find src/allmydata -name '*.so' -print0 |xargs -0 rm
+	rm -f `find src/allmydata -name '*.so'`
 
 install: 
 	cd src/zfec && python ./setup.py install && cd ../..
-- 
2.45.2