From 54336b405d3d0400c67d8eb5ce3feacb324f892d Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Sun, 26 Feb 2006 20:31:58 +0000 Subject: [PATCH] rhpl.comps isn't really useflu anymore --- Makefile | 1 - 1 file changed, 1 deletion(-) 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 ; \