From 47ef127cb4f217c00bd7b382008be6e7444af93e Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 6 Jun 2011 08:57:32 +0300 Subject: Always compare CROSS_COMPILING explicitly to "YES" --- hyphen/makefile.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hyphen') diff --git a/hyphen/makefile.mk b/hyphen/makefile.mk index d7169e4ee343..80f5bbd74cac 100644 --- a/hyphen/makefile.mk +++ b/hyphen/makefile.mk @@ -99,8 +99,8 @@ BUILD_ACTION=dmake OUT2INC += hyphen.h .ENDIF # "$(GUI)"=="WNT" -.IF "$(CROSS_COMPILING)"!="" -CONFIGURE_FLAGS+= --build="$(BUILD_PLATFORM)" --host="$(HOST_PLATFORM)" +.IF "$(CROSS_COMPILING)"=="YES" +CONFIGURE_FLAGS+= --build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM) .ENDIF # --- Targets ------------------------------------------------------ -- cgit