aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
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'