mirror of
https://github.com/SELinuxProject/selinux
synced 2025-01-23 22:02:45 +00:00
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:
parent
e134013ab7
commit
88234671ed
@ -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])
|
||||
|
Loading…
Reference in New Issue
Block a user