aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Heider2009-09-27 15:11:36 +0000
committerAndre Heider2009-09-27 15:11:36 +0000
commitfe5e0ee9ca39cc5f5a70ec3c7ccc85288f0d976e (patch)
treef38239e3783fc2dfb26cbd33969f520f3e6f379f
parentc501e650462c29de41ce0a3f36ae1aa0b2104515 (diff)
downloadscummvm-rg350-fe5e0ee9ca39cc5f5a70ec3c7ccc85288f0d976e.tar.gz
scummvm-rg350-fe5e0ee9ca39cc5f5a70ec3c7ccc85288f0d976e.tar.bz2
scummvm-rg350-fe5e0ee9ca39cc5f5a70ec3c7ccc85288f0d976e.zip
Use _port_mk for the WinCE port.
svn-id: r44404
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 124ad437c2..568348366b 100755
--- a/configure
+++ b/configure
@@ -1459,7 +1459,7 @@ if test -n "$_host"; then
add_line_to_config_mk 'USE_ARM_SCALER_ASM = 1'
_backend="wince"
_mt32emu="no"
- add_line_to_config_mk 'include $(srcdir)/backends/platform/wince/wince.mk'
+ _port_mk="backends/platform/wince/wince.mk"
;;
dreamcast)
echo "Cross-compiling to $_host, forcing endianness, alignment and type sizes"