rpms/gwenhywfar/EL-4 Makefile,1.1,1.2

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


Author: notting

Update of /cvs/pkgs/rpms/gwenhywfar/EL-4
In directory cvs1.fedora.phx.redhat.com:/home/fedora/notting/fu/rpms/gwenhywfar/EL-4

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


Index: Makefile
===================================================================
RCS file: /cvs/pkgs/rpms/gwenhywfar/EL-4/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- Makefile	20 Feb 2007 03:27:48 -0000	1.1
+++ Makefile	28 Oct 2009 04:14:17 -0000	1.2
@@ -4,7 +4,7 @@ NAME := gwenhywfar
 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