[Scummvm-cvs-logs] SF.net SVN: scummvm:[48949] scummvm/trunk/Makefile.common
dhewg at users.sourceforge.net
dhewg at users.sourceforge.net
Wed May 5 01:12:16 CEST 2010
Revision: 48949
http://scummvm.svn.sourceforge.net/scummvm/?rev=48949&view=rev
Author: dhewg
Date: 2010-05-04 23:12:16 +0000 (Tue, 04 May 2010)
Log Message:
-----------
Remove spurious quotes.
Modified Paths:
--------------
scummvm/trunk/Makefile.common
Modified: scummvm/trunk/Makefile.common
===================================================================
--- scummvm/trunk/Makefile.common 2010-05-04 22:55:07 UTC (rev 48948)
+++ scummvm/trunk/Makefile.common 2010-05-04 23:12:16 UTC (rev 48949)
@@ -169,7 +169,7 @@
# 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
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list