diff options
| author | Andre Heider | 2009-09-27 15:09:25 +0000 | 
|---|---|---|
| committer | Andre Heider | 2009-09-27 15:09:25 +0000 | 
| commit | c501e650462c29de41ce0a3f36ae1aa0b2104515 (patch) | |
| tree | 2b25ea4185c77a25ff2b842b1b915888b051b483 | |
| parent | 0d2056f8c9e8b77d1a19a0a350b8b9cfa9e8fa76 (diff) | |
| download | scummvm-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-x | configure | 4 | 
1 files changed, 2 insertions, 2 deletions
@@ -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  | 
