]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Makefile: oops, fix clean-simplejson target. Might fix #10.
authorBrian Warner <warner@lothar.com>
Sat, 18 Aug 2007 06:50:37 +0000 (23:50 -0700)
committerBrian Warner <warner@lothar.com>
Sat, 18 Aug 2007 06:50:37 +0000 (23:50 -0700)
Makefile

index 9925ec2cd4e2a717a43cc1bc5b0c1623d8df3596..34ee26af93fe959cd027321cf5c56b4e6aaa7be3 100644 (file)
--- 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: