aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMax Horn2010-04-16 10:59:23 +0000
committerMax Horn2010-04-16 10:59:23 +0000
commit418bcdad7d8ca5d15a20e206e1c2c0195c9071a1 (patch)
treebc25b2d7a55c389fe7527f1e4c841ca5d5cd34b7 /configure
parentf7ac94db122a49120257f5c49882a3e9451516d4 (diff)
downloadscummvm-rg350-418bcdad7d8ca5d15a20e206e1c2c0195c9071a1.tar.gz
scummvm-rg350-418bcdad7d8ca5d15a20e206e1c2c0195c9071a1.tar.bz2
scummvm-rg350-418bcdad7d8ca5d15a20e206e1c2c0195c9071a1.zip
Change configure entries for NDS and DC ports to use _port_mk
svn-id: r48664
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 194417c742..e61f14dfef 100755
--- a/configure
+++ b/configure
@@ -1381,7 +1381,7 @@ if test -n "$_host"; then
_build_hq_scalers="no"
_mad="yes"
_zlib="yes"
- add_line_to_config_mk 'include $(srcdir)/backends/platform/dc/dreamcast.mk'
+ _port_mk="backends/platform/dc/dreamcast.mk"
;;
gamecube)
_endian=big
@@ -1492,7 +1492,7 @@ if test -n "$_host"; then
_backend="nds"
_build_hq_scalers="no"
_mt32emu="no"
- add_line_to_config_mk 'include $(srcdir)/backends/platform/ds/ds.mk'
+ _port_mk="backends/platform/ds/ds.mk"
# TODO: Enable more ARM optimizations -- requires testing!
add_line_to_config_mk 'USE_ARM_SOUND_ASM = 1'
add_line_to_config_mk 'USE_ARM_SMUSH_ASM = 1'