summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgafton <gafton@fedoraproject.org>2004-11-24 04:29:24 +0000
committergafton <gafton@fedoraproject.org>2004-11-24 04:29:24 +0000
commit1388c451b6772073644cbba09f2cfaab84e7f328 (patch)
tree51c0ba9ed361594f14f1b41ea8b5933dbc4ed0ac
parent8459548af6f9610eead72401944c17ce0c0a112d (diff)
downloadlua-1388c451b6772073644cbba09f2cfaab84e7f328.tar.gz
lua-1388c451b6772073644cbba09f2cfaab84e7f328.tar.xz
lua-1388c451b6772073644cbba09f2cfaab84e7f328.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 ebdceb0..faafbd9 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))