comps Makefile,1.3,1.4

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Thu Nov 23 20:25:09 UTC 2006


Author: mschwendt

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

Modified Files:
	Makefile 
Log Message:
explicitly specify Makefile


Index: Makefile
===================================================================
RCS file: /cvs/extras/comps/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Makefile	29 Oct 2006 11:55:48 -0000	1.3
+++ Makefile	23 Nov 2006 20:24:39 -0000	1.4
@@ -4,7 +4,7 @@
 all: po $(XMLFILES)
 
 po: $(XMLINFILES)
-	make -C po || exit 1
+	make -C po -f Makefile || exit 1
 
 clean:
 	@rm -fv *~




More information about the fedora-extras-commits mailing list