diff options
| author | gafton <gafton@fedoraproject.org> | 2004-11-24 04:48:25 +0000 |
|---|---|---|
| committer | gafton <gafton@fedoraproject.org> | 2004-11-24 04:48:25 +0000 |
| commit | bd08b59bd5f146ac0e396147a9130378b4b2b3a8 (patch) | |
| tree | 2186542836876a96c6e9ef21feb4848152864a18 | |
| parent | 74dba120fc3b4fd53e9a1b79a4d8d465a29063be (diff) | |
| download | python-pexpect-bd08b59bd5f146ac0e396147a9130378b4b2b3a8.tar.gz python-pexpect-bd08b59bd5f146ac0e396147a9130378b4b2b3a8.tar.xz python-pexpect-bd08b59bd5f146ac0e396147a9130378b4b2b3a8.zip | |
Fix braindead typo from the original import
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) |
