diff options
| author | gafton <gafton@fedoraproject.org> | 2004-11-24 04:10:01 +0000 |
|---|---|---|
| committer | gafton <gafton@fedoraproject.org> | 2004-11-24 04:10:01 +0000 |
| commit | 00fd1a5564e89db2d48a6f4a86f62768d29624c3 (patch) | |
| tree | db573f7d931c3794e8fca5056acbfa296d62b116 | |
| parent | 226f6d3ae2d70c7ccd5b078ca4d173faefc8d971 (diff) | |
| download | gonvert-00fd1a5564e89db2d48a6f4a86f62768d29624c3.tar.gz gonvert-00fd1a5564e89db2d48a6f4a86f62768d29624c3.tar.xz gonvert-00fd1a5564e89db2d48a6f4a86f62768d29624c3.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)) |
