diff --git a/Makefile b/Makefile index 648d0829..06c69ceb 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,6 @@ clean: @rm -fv *~ %.xml: %.xml.in - python -c 'import libxml2; libxml2.parseFile("$<")' ./update-comps $@ @if [ "$@" == "$(RAWHIDECOMPS)" ] ; then \ cat $(RAWHIDECOMPS) | sed 's/redhat-release/rawhide-release/g' > comps-rawhide.xml ; \