From e61d8bda60df0e2e84f94e5376d67cee289e754e Mon Sep 17 00:00:00 2001 From: Steve Beattie Date: Thu, 13 Feb 2014 11:54:42 -0800 Subject: [PATCH] utils: have make clean purge python3 __pycache__ dir in apparmor/ --- utils/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/Makefile b/utils/Makefile index c72d5a774..2a9893cc3 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -72,7 +72,7 @@ clean: _clean $(MAKE) -C vim clean rm -rf staging/ build/ rm -f apparmor/*.pyc - rm -rf test/__pycache__/ + rm -rf test/__pycache__/ apparmor/__pycache__/ # ${CAPABILITIES} is defined in common/Make.rules .PHONY: check_severity_db