comps Makefile,1.2,1.3

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Sun Oct 29 11:56:19 UTC 2006


Author: mschwendt

Update of /cvs/extras/comps
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31141

Modified Files:
	Makefile 
Log Message:
remove reference to non-existant "comps" target


Index: Makefile
===================================================================
RCS file: /cvs/extras/comps/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Makefile	26 Feb 2006 20:31:58 -0000	1.2
+++ Makefile	29 Oct 2006 11:55:48 -0000	1.3
@@ -1,7 +1,7 @@
 XMLINFILES=$(wildcard *.xml.in)
 XMLFILES = $(patsubst %.xml.in,%.xml,$(XMLINFILES))
 
-all: po comps $(XMLFILES)
+all: po $(XMLFILES)
 
 po: $(XMLINFILES)
 	make -C po || exit 1




More information about the fedora-extras-commits mailing list