aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Heider2009-09-27 15:09:25 +0000
committerAndre Heider2009-09-27 15:09:25 +0000
commitc501e650462c29de41ce0a3f36ae1aa0b2104515 (patch)
tree2b25ea4185c77a25ff2b842b1b915888b051b483
parent0d2056f8c9e8b77d1a19a0a350b8b9cfa9e8fa76 (diff)
downloadscummvm-rg350-c501e650462c29de41ce0a3f36ae1aa0b2104515.tar.gz
scummvm-rg350-c501e650462c29de41ce0a3f36ae1aa0b2104515.tar.bz2
scummvm-rg350-c501e650462c29de41ce0a3f36ae1aa0b2104515.zip
Use _port_mk for the motoezx and motomagx ports.
svn-id: r44403
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index fd8b8feb59..124ad437c2 100755
--- a/configure
+++ b/configure
@@ -1320,7 +1320,7 @@ if test -n "$_host"; then
_backend="linuxmoto"
_build_hq_scalers="no"
_mt32emu="no"
- add_line_to_config_mk 'include $(srcdir)/backends/platform/linuxmoto/linuxmoto.mk'
+ _port_mk="backends/platform/linuxmoto/linuxmoto.mk"
;;
motomagx)
echo "Cross-compiling to $_host, forcing endianness, alignment and type sizes"
@@ -1340,7 +1340,7 @@ if test -n "$_host"; then
_backend="linuxmoto"
_build_hq_scalers="no"
_mt32emu="no"
- add_line_to_config_mk 'include $(srcdir)/backends/platform/linuxmoto/linuxmoto.mk'
+ _port_mk="backends/platform/linuxmoto/linuxmoto.mk"
;;
bfin*)
_need_memalign=yes