diff options
author | Andre Heider | 2010-05-04 20:07:22 +0000 |
---|---|---|
committer | Andre Heider | 2010-05-04 20:07:22 +0000 |
commit | fc567b1b259a668e48a8d42e891b889c6c5068fb (patch) | |
tree | 8eb96980a03319dd864aa1397ec9a396d80611f0 /Makefile.common | |
parent | f7d2047d020c7a404a9af75223599456e8bbcdc9 (diff) | |
download | scummvm-rg350-fc567b1b259a668e48a8d42e891b889c6c5068fb.tar.gz scummvm-rg350-fc567b1b259a668e48a8d42e891b889c6c5068fb.tar.bz2 scummvm-rg350-fc567b1b259a668e48a8d42e891b889c6c5068fb.zip |
Fixed typo.
svn-id: r48944
Diffstat (limited to 'Makefile.common')
-rw-r--r-- | Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common index 83c6da217a..acfb24fcf9 100644 --- a/Makefile.common +++ b/Makefile.common @@ -171,7 +171,7 @@ VER_EXTRA = $(shell echo $(VERSION) | cut -d. -f 3 | cut -c2-) ifeq ($(shell LANG=C svn stat $(srcdir) 2>&1 | grep "is not a working copy"),) SVNROOT := $(srcdir) -ifeq ($(origin SVNREV), undefined) +ifeq ($(origin VER_SVNREV), undefined) # Get the working copy base revision VER_SVNREV := $(shell LANG=C svn info $(SVNROOT) | grep "^Revision" | cut -d ' ' -f 2) endif |