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 <sds@tycho.nsa.gov>
This commit is contained in:
parent
cacf51cef0
commit
b35f8536dd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue