Index: serefpolicy-20140730/Makefile =================================================================== --- serefpolicy-20140730.orig/Makefile 2014-07-30 16:48:48.379896000 +0200 +++ serefpolicy-20140730/Makefile 2015-02-25 12:37:11.262844720 +0100 @@ -431,9 +431,6 @@ $(polxml): $(layerxml) $(tunxml) $(boolx $(verbose) for i in $(basename $(notdir $(layerxml))); do echo "" >> $@; cat $(tmpdir)/$$i.xml >> $@; echo "" >> $@; done $(verbose) cat $(tunxml) $(boolxml) >> $@ $(verbose) echo '' >> $@ - $(verbose) if test -x $(XMLLINT) && test -f $(xmldtd); then \ - $(XMLLINT) --noout --path $(dir $(xmldtd)) --dtdvalid $(xmldtd) $@ ;\ - fi xml: $(polxml)