diff options
-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 |