yum-software-management Makefile,1.16,1.17

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Fri Apr 27 21:58:14 UTC 2007


Author: pfrields

Update of /cvs/docs/yum-software-management
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9277/yum-software-management

Modified Files:
	Makefile 
Log Message:
Fix minor problem for FC-5 users


Index: Makefile
===================================================================
RCS file: /cvs/docs/yum-software-management/Makefile,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- Makefile	12 Mar 2007 01:10:55 -0000	1.16
+++ Makefile	27 Apr 2007 21:58:12 -0000	1.17
@@ -33,7 +33,7 @@
 #
 ########################################################################
 define find-makefile-common 
-for d in docs-common ../docs-common ../../docs-common; do 
+for d in docs-common ../docs-common ../../docs-common; do \
 if [ -f $$d/Makefile.common ]; then echo "$$d/Makefile.common"; break; fi; done 
 endef 
 include $(shell $(find-makefile-common))




More information about the Fedora-docs-commits mailing list