commit de34818140a9777657d663d712f7a5e655738a5e
Author: David Fifield <[email protected]>
Date:   Sat Dec 1 21:29:59 2012 -0800

    Remove $(PYINSTALLER_TMPDIR) on "make clean".
---
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index c6996b2..53a89b8 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ install:
 
 clean:
        rm -f *.pyc
-       rm -rf dist
+       rm -rf dist $(PYINSTALLER_TMPDIR)
 
 test:
        ./flashproxy-client-test



_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to