[Scummvm-cvs-logs] SF.net SVN: scummvm:[48944] scummvm/trunk/Makefile.common

dhewg at users.sourceforge.net dhewg at users.sourceforge.net
Tue May 4 22:07:22 CEST 2010


Revision: 48944
          http://scummvm.svn.sourceforge.net/scummvm/?rev=48944&view=rev
Author:   dhewg
Date:     2010-05-04 20:07:22 +0000 (Tue, 04 May 2010)

Log Message:
-----------
Fixed typo.

Modified Paths:
--------------
    scummvm/trunk/Makefile.common

Modified: scummvm/trunk/Makefile.common
===================================================================
--- scummvm/trunk/Makefile.common	2010-05-04 20:06:24 UTC (rev 48943)
+++ scummvm/trunk/Makefile.common	2010-05-04 20:07:22 UTC (rev 48944)
@@ -171,7 +171,7 @@
 
 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


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