[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1299610989-3917-3-git-send-email-john.johansen@canonical.com>
Date: Tue, 8 Mar 2011 11:03:08 -0800
From: John Johansen <john.johansen@...onical.com>
To: linux-kernel@...r.kernel.org
Cc: linux-security-module@...r.kernel.org,
Michal Hocko <mhocko@...e.cz>
Subject: [PATCH 2/3] AppArmor: cleanup generated files correctly
clean-files should be defined as a variable not a target.
Signed-off-by: Michal Hocko <mhocko@...e.cz>
Signed-off-by: John Johansen <john.johansen@...onical.com>
---
security/apparmor/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/security/apparmor/Makefile b/security/apparmor/Makefile
index 81e5b16..2dafe50 100644
--- a/security/apparmor/Makefile
+++ b/security/apparmor/Makefile
@@ -6,7 +6,7 @@ apparmor-y := apparmorfs.o audit.o capability.o context.o ipc.o lib.o match.o \
path.o domain.o policy.o policy_unpack.o procattr.o lsm.o \
resource.o sid.o file.o
-clean-files: capability_names.h rlim_names.h
+clean-files := capability_names.h rlim_names.h
# Build a lower case string table of capability names
--
1.7.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists