From 39b5a40295883570a3b43a6be5ddfa9fbced214d Mon Sep 17 00:00:00 2001 From: Stephen Smalley Date: Wed, 23 Oct 2013 12:43:15 -0400 Subject: [PATCH] Fix relabel target. Signed-off-by: Stephen Smalley --- libselinux/include/Makefile | 2 ++ libselinux/man/Makefile | 2 ++ policycoreutils/man/Makefile | 2 ++ policycoreutils/sepolicy/Makefile | 2 ++ 4 files changed, 8 insertions(+) diff --git a/libselinux/include/Makefile b/libselinux/include/Makefile index dd264d09..757a6c9c 100644 --- a/libselinux/include/Makefile +++ b/libselinux/include/Makefile @@ -8,6 +8,8 @@ install: all test -d $(INCDIR) || install -m 755 -d $(INCDIR) install -m 644 $(wildcard selinux/*.h) $(INCDIR) +relabel: + indent: ../../scripts/Lindent $(wildcard selinux/*.h) diff --git a/libselinux/man/Makefile b/libselinux/man/Makefile index a53c4adf..0643e6af 100644 --- a/libselinux/man/Makefile +++ b/libselinux/man/Makefile @@ -13,4 +13,6 @@ install: all install -m 644 man5/*.5 $(MAN5DIR) install -m 644 man8/*.8 $(MAN8DIR) +relabel: + indent distclean clean: diff --git a/policycoreutils/man/Makefile b/policycoreutils/man/Makefile index 92f02087..0d91cd46 100644 --- a/policycoreutils/man/Makefile +++ b/policycoreutils/man/Makefile @@ -8,3 +8,5 @@ clean: install: all mkdir -p $(MAN5DIR) install -m 644 man5/*.5 $(MAN5DIR) + +relabel: diff --git a/policycoreutils/sepolicy/Makefile b/policycoreutils/sepolicy/Makefile index 47f00da6..db46c1a6 100644 --- a/policycoreutils/sepolicy/Makefile +++ b/policycoreutils/sepolicy/Makefile @@ -30,3 +30,5 @@ install: install -m 644 *.8 $(MANDIR)/man8 -mkdir -p $(BASHCOMPLETIONDIR) install -m 644 $(BASHCOMPLETIONS) $(BASHCOMPLETIONDIR) + +relabel: