From b35f8536dd1ee04b728063d4b4e1d66c98311428 Mon Sep 17 00:00:00 2001 From: Stephen Smalley Date: Fri, 10 Apr 2015 09:50:57 -0400 Subject: [PATCH] Add an empty relabel target to secilc Makfile. So that building from top-level as per the README does not fail when it reaches the secilc directory. Signed-off-by: Stephen Smalley --- secilc/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/secilc/Makefile b/secilc/Makefile index 3525b036..739bf68f 100644 --- a/secilc/Makefile +++ b/secilc/Makefile @@ -44,4 +44,6 @@ clean: rm -f file_contexts rm -f $(MANPAGE) -.PHONY: all clean test install doc +relabel: + +.PHONY: all clean test install doc relabel