aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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