Signed-off-by: Paul Moore <pmoore@xxxxxxxxxx> --- policy/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/policy/Makefile b/policy/Makefile index 8763143..3a8a10d 100644 --- a/policy/Makefile +++ b/policy/Makefile @@ -25,7 +25,9 @@ ifeq ($(shell [ $(POL_VERS) -ge 24 ] && echo true),true) TARGETS += test_bounds.te endif -all: $(TARGETS) +all: build + +build: $(TARGETS) ifeq (x$(RHEL_VERS),$(filter x$(RHEL_VERS),x4 x5)) # RHEL specific policy build $(MAKE) -C redhat/$(RHEL_VERS) all \ -- This message was distributed to subscribers of the selinux mailing list. If you no longer wish to subscribe, send mail to majordomo@xxxxxxxxxxxxx with the words "unsubscribe selinux" without quotes as the message.