Fix braindead typo from the original import

This commit is contained in:
gafton 2004-11-24 05:11:45 +00:00
parent 98d0e7c913
commit 5e001b31da

View File

@ -1,5 +1,5 @@
# Makefile for source rpm: zziplib # Makefile for source rpm: zziplib
# $Id$ # $Id: Makefile,v 1.1 2004/11/09 02:51:47 cvsextras Exp $
NAME := zziplib NAME := zziplib
SPECFILE = $(firstword $(wildcard *.spec)) SPECFILE = $(firstword $(wildcard *.spec))
@ -12,7 +12,7 @@ MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),) ifeq ($(MAKEFILE_COMMON),)
# attept a checkout # attept a checkout
define checkout-makefile-common 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 endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) MAKEFILE_COMMON := $(shell $(checkout-makefile-common))