Fix Makefile info message for installing policy headers

The Makefile is currently using the policy TYPE (standard|mls|mcs) rather
than the more informative NAME (eg strict, targeted, etc).  Fix the Makefile
to use NAME.
This commit is contained in:
Chris PeBenito 2009-08-17 09:49:53 -04:00
parent 4254cec711
commit 0bf2bc9156

View File

@ -541,7 +541,7 @@ $(appdir)/%: $(appconf)/%
#
install-headers: $(layerxml) $(tunxml) $(boolxml)
@mkdir -p $(headerdir)
@echo "Installing $(TYPE) policy headers."
@echo "Installing $(NAME) policy headers."
$(verbose) $(INSTALL) -m 644 $^ $(headerdir)
$(verbose) $(M4) $(M4PARAM) $(rolemap) > $(headerdir)/$(notdir $(rolemap))
$(verbose) mkdir -p $(headerdir)/support