aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorAndre Heider2010-05-04 23:12:16 +0000
committerAndre Heider2010-05-04 23:12:16 +0000
commit4b1cb26a394a924ced715f9128f2c63de5185efa (patch)
treed0a17723f38abcb5b4743d0bd084639870d246b9 /Makefile.common
parent27e1681fea7b251fc006673c020ae5af152e6aa8 (diff)
downloadscummvm-rg350-4b1cb26a394a924ced715f9128f2c63de5185efa.tar.gz
scummvm-rg350-4b1cb26a394a924ced715f9128f2c63de5185efa.tar.bz2
scummvm-rg350-4b1cb26a394a924ced715f9128f2c63de5185efa.zip
Remove spurious quotes.
svn-id: r48949
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index 9d9676550e..92073ae2cf 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -169,7 +169,7 @@ VER_EXTRA = $(shell echo $(VERSION) | cut -d. -f 3 | cut -c2-)
# Get Subversion's working copy information
######################################################################
-ifneq ($(shell svn info $(srcdir) 1>/dev/null 2>&1 || echo "error"),"error")
+ifneq ($(shell svn info $(srcdir) 1>/dev/null 2>&1 || echo "error"),error)
SVNROOT := $(srcdir)
ifeq ($(origin VER_SVNREV), undefined)
# Get the working copy base revision