From 5fd4bf3aad8a488bb1796b595b9430e662ef57a9 Mon Sep 17 00:00:00 2001
From: Brian Warner <warner@lothar.com>
Date: Fri, 17 Aug 2007 23:50:37 -0700
Subject: [PATCH] Makefile: oops, fix clean-simplejson target. Might fix #10.

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

diff --git a/Makefile b/Makefile
index 9925ec2c..34ee26af 100644
--- a/Makefile
+++ b/Makefile
@@ -85,7 +85,7 @@ clean-zfec:
 clean-simplejson:
 	-cd src/simplejson && $(PP) $(PYTHON) ./setup.py clean --all
 	rm -rf src/simplejson/simplejson.egg-info
-	rm -f src/zfec/setuptools-*.egg
+	rm -f src/simplejson/setuptools-*.egg
 	find src/simplejson -name '*.pyc' |xargs rm -f
 
 clean-foolscap:
-- 
2.45.2