summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgafton <gafton@fedoraproject.org>2004-11-24 04:10:01 +0000
committergafton <gafton@fedoraproject.org>2004-11-24 04:10:01 +0000
commit00fd1a5564e89db2d48a6f4a86f62768d29624c3 (patch)
treedb573f7d931c3794e8fca5056acbfa296d62b116
parent226f6d3ae2d70c7ccd5b078ca4d173faefc8d971 (diff)
downloadgonvert-00fd1a5564e89db2d48a6f4a86f62768d29624c3.tar.gz
gonvert-00fd1a5564e89db2d48a6f4a86f62768d29624c3.tar.xz
gonvert-00fd1a5564e89db2d48a6f4a86f62768d29624c3.zip
Fix braindead typo from the original import
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 288ba57..017d428 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ MAKEFILE_COMMON := $(shell $(find-makefile-common))
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))