aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorYotam Barnoy2010-08-19 10:11:52 +0000
committerYotam Barnoy2010-08-19 10:11:52 +0000
commite2121bbc610e5c41662bd9d3b9e514f7db2350e7 (patch)
tree837e44962167bf471ba3165e5c3f5fd1f8b988f5 /configure
parentf27b984fecf30d647b61b4e867945ecd1e056027 (diff)
downloadscummvm-rg350-e2121bbc610e5c41662bd9d3b9e514f7db2350e7.tar.gz
scummvm-rg350-e2121bbc610e5c41662bd9d3b9e514f7db2350e7.tar.bz2
scummvm-rg350-e2121bbc610e5c41662bd9d3b9e514f7db2350e7.zip
configure: removed spaces from PS2 and PSP cases
svn-id: r52203
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index e4fbb9ff89..5300606cb5 100755
--- a/configure
+++ b/configure
@@ -2020,7 +2020,7 @@ POST_OBJS_FLAGS := -Wl,--export-all-symbols -Wl,--no-whole-archive -Wl,--out-im
'
;;
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 @@ POST_OBJS_FLAGS := -Wl,--no-whole-archive
'
;;
psp)
-DEFINES = "$DEFINES -DELF_LOADER_TARGET -DMIPS_TARGET"
+DEFINES="$DEFINES -DELF_LOADER_TARGET -DMIPS_TARGET"
_def_plugin='
#define PLUGIN_PREFIX ""
#define PLUGIN_SUFFIX ".plg"