From 6f82124e527fa005bcbc160cf7ef057a1a5aa9a1 Mon Sep 17 00:00:00 2001 From: Steve Beattie Date: Wed, 16 Feb 2011 09:40:07 -0800 Subject: [PATCH] Adjust clean target to match trunk. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 655064cb5..1387297a9 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ export_dir: echo "$(REPO_URL) $(REPO_VERSION)" > $(__EXPORT_DIR)/.stamp_rev clean: - -rm -rf ./${RELEASE_DIR} ./${RELEASE_DIR}~* + -rm -rf ./${RELEASE_DIR} ./apparmor-${VERSION}~* setup: cd $(__SETUP_DIR)/libraries/libapparmor && ./autogen.sh