[Scummvm-cvs-logs] SF.net SVN: scummvm:[52203] scummvm/branches/gsoc2010-plugins/configure

bluddy at users.sourceforge.net bluddy at users.sourceforge.net
Thu Aug 19 12:11:53 CEST 2010


Revision: 52203
          http://scummvm.svn.sourceforge.net/scummvm/?rev=52203&view=rev
Author:   bluddy
Date:     2010-08-19 10:11:52 +0000 (Thu, 19 Aug 2010)

Log Message:
-----------
configure: removed spaces from PS2 and PSP cases

Modified Paths:
--------------
    scummvm/branches/gsoc2010-plugins/configure

Property Changed:
----------------
    scummvm/branches/gsoc2010-plugins/configure

Modified: scummvm/branches/gsoc2010-plugins/configure
===================================================================
--- scummvm/branches/gsoc2010-plugins/configure	2010-08-19 08:46:19 UTC (rev 52202)
+++ scummvm/branches/gsoc2010-plugins/configure	2010-08-19 10:11:52 UTC (rev 52203)
@@ -2020,7 +2020,7 @@
 '
 		;;
 	ps2)
-DEFINES = "$DEFINES -DELF_LOADER_TARGET -DMIPS_TARGET"
+DEFINES="$DEFINES -DELF_LOADER_TARGET -DMIPS_TARGET"
 _def_plugin='
 #define PLUGIN_PREFIX	""
 #define PLUGIN_SUFFIX	".plg"
@@ -2039,7 +2039,7 @@
 '
 		;;
 	psp)
-DEFINES = "$DEFINES -DELF_LOADER_TARGET -DMIPS_TARGET"
+DEFINES="$DEFINES -DELF_LOADER_TARGET -DMIPS_TARGET"
 _def_plugin='
 #define PLUGIN_PREFIX	""
 #define PLUGIN_SUFFIX	".plg"


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