[Scummvm-cvs-logs] SF.net SVN: scummvm:[44403] scummvm/trunk/configure

dhewg at users.sourceforge.net dhewg at users.sourceforge.net
Sun Sep 27 17:09:25 CEST 2009


Revision: 44403
          http://scummvm.svn.sourceforge.net/scummvm/?rev=44403&view=rev
Author:   dhewg
Date:     2009-09-27 15:09:25 +0000 (Sun, 27 Sep 2009)

Log Message:
-----------
Use _port_mk for the motoezx and motomagx ports.

Modified Paths:
--------------
    scummvm/trunk/configure

Modified: scummvm/trunk/configure
===================================================================
--- scummvm/trunk/configure	2009-09-27 15:06:35 UTC (rev 44402)
+++ scummvm/trunk/configure	2009-09-27 15:09:25 UTC (rev 44403)
@@ -1320,7 +1320,7 @@
 			_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 @@
 			_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


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list