From fe5e0ee9ca39cc5f5a70ec3c7ccc85288f0d976e Mon Sep 17 00:00:00 2001 From: Andre Heider Date: Sun, 27 Sep 2009 15:11:36 +0000 Subject: Use _port_mk for the WinCE port. svn-id: r44404 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 124ad437c2..568348366b 100755 --- a/configure +++ b/configure @@ -1459,7 +1459,7 @@ if test -n "$_host"; then add_line_to_config_mk 'USE_ARM_SCALER_ASM = 1' _backend="wince" _mt32emu="no" - add_line_to_config_mk 'include $(srcdir)/backends/platform/wince/wince.mk' + _port_mk="backends/platform/wince/wince.mk" ;; dreamcast) echo "Cross-compiling to $_host, forcing endianness, alignment and type sizes" -- cgit v1.2.3