rpms/kudzu/F-10 Makefile,1.2,1.3

Bill Nottingham notting at fedoraproject.org
Wed Oct 28 04:14:15 UTC 2009


Author: notting

Update of /cvs/pkgs/rpms/kudzu/F-10
In directory cvs1.fedora.phx.redhat.com:/home/fedora/notting/fu/rpms/kudzu/F-10

Modified Files:
	Makefile 
Log Message:
Fix typo from bad import script. (releng #2781)


Index: Makefile
===================================================================
RCS file: /cvs/pkgs/rpms/kudzu/F-10/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- Makefile	15 Oct 2007 18:56:52 -0000	1.2
+++ Makefile	28 Oct 2009 04:14:15 -0000	1.3
@@ -4,7 +4,7 @@ NAME := kudzu
 SPECFILE = $(firstword $(wildcard *.spec))
 
 define find-makefile-common
-for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
+for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
 endef
 
 MAKEFILE_COMMON := $(shell $(find-makefile-common))




More information about the fedora-extras-commits mailing list