rpms/perl-Mail-Alias/RHL-8 Makefile,1.1,1.2

Cristian Gafton (gafton) fedora-extras-commits at redhat.com
Wed Nov 24 04:42:08 UTC 2004


Changeset from: gafton

Update of /cvs/extras/rpms/perl-Mail-Alias/RHL-8
In directory cvs.fedora.redhat.com:/tmp/cvs-serv25120/RHL-8

Modified Files:
	Makefile 
Log Message:
Fix braindead typo from the original import


Index: Makefile
===================================================================
RCS file: /cvs/extras/rpms/perl-Mail-Alias/RHL-8/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile	8 Nov 2004 05:05:27 -0000	1.1
+++ Makefile	24 Nov 2004 04:42:06 -0000	1.2
@@ -12,7 +12,7 @@
 ifeq ($(MAKEFILE_COMMON),)
 # attept a checkout
 define checkout-makefile-common
-test -f CVS/Rootx && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
+test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
 endef
 
 MAKEFILE_COMMON := $(shell $(checkout-makefile-common))




More information about the fedora-extras-commits mailing list