updated code for privoxy cleanup

This commit is contained in:
n8fr8 2012-06-27 22:23:00 -04:00
parent 5f3b47cdb3
commit 5c5bfba88e
1 changed files with 3 additions and 4 deletions

7
external/Makefile vendored
View File

@ -216,10 +216,9 @@ privoxy-clean:
$(MAKE) -C privoxy clean $(MAKE) -C privoxy clean
-rm -f bin/privoxy -rm -f bin/privoxy
-rm -f privoxy-build-stamp -rm -f privoxy-build-stamp
-rm -f privoxy/config.status -git checkout privoxy
-rm -f privoxy/config.log -cd privoxy && \
-rm -f privoxy/Makefile git clean -fdx .
#------------------------------------------------------------------------------# #------------------------------------------------------------------------------#
# JTorControl library # JTorControl library