Skip to content

Commit

Permalink
AppArmor: cleanup generated files correctly
Browse files Browse the repository at this point in the history
clean-files should be defined as a variable not a target.

Signed-off-by: Michal Hocko <mhocko@suse.cz>
Signed-off-by: John Johansen <john.johansen@canonical.com>
  • Loading branch information
Michal Hocko authored and John Johansen committed Mar 9, 2011
1 parent 4fdef21 commit 0f82502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion security/apparmor/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0f82502

Please sign in to comment.