From f4b00f9737edb25cea17ee2a23ca71697d4b39b8 Mon Sep 17 00:00:00 2001
From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Wed, 18 Apr 2007 09:48:24 -0700
Subject: [PATCH] GNUmakefile: don't stop clean if clean-pyfec fails

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

diff --git a/GNUmakefile b/GNUmakefile
index 62fa43a1..cc7314a7 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -54,7 +54,7 @@ test-pyfec:
 	$(PP) $(PYTHON) src/pyfec/fec/test/test_pyfec.py
 
 clean-pyfec:
-	cd src/pyfec && python ./setup.py clean
+	-cd src/pyfec && python ./setup.py clean
 
 
 build-Crypto:
-- 
2.45.2