policycoreutils: semodule_package: remove semodule_unpackage on clean

semodule_unpackage was not being removed on clean.  Simple Makefile fix.

Signed-off-by: Eric Paris <eparis@redhat.com>
Acked-by: Dan Walsh <dwalsh@redhat.com>
This commit is contained in:
Guido Trentalancia 2011-09-19 07:09:41 -04:00 committed by Eric Paris
parent e134013ab7
commit 88234671ed
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ install: all
relabel:
clean:
-rm -f semodule_package *.o
-rm -f semodule_package semodule_unpackage *.o
indent:
../../scripts/Lindent $(wildcard *.[ch])