From: Brian Warner Date: Sat, 18 Aug 2007 06:50:37 +0000 (-0700) Subject: Makefile: oops, fix clean-simplejson target. Might fix #10. X-Git-Tag: allmydata-tahoe-0.6.0~150 X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=5fd4bf3aad8a488bb1796b595b9430e662ef57a9;p=tahoe-lafs%2Ftahoe-lafs.git Makefile: oops, fix clean-simplejson target. Might fix #10. --- 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: