summaryrefslogtreecommitdiff
path: root/icu
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-06-06 09:07:30 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-06-06 09:07:30 +0300
commit78f9b77628e5288e47ad5de4722c4a69c6295406 (patch)
treee7142f556d976c5cb9fe018932b00a69d197b359 /icu
parent8cae99e1be367fc801acaaadfe4879ff1ebb4aa4 (diff)
Always compare CROSS_COMPILING explicitly to "YES"
Diffstat (limited to 'icu')
-rw-r--r--icu/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/icu/makefile.mk b/icu/makefile.mk
index 7cc1487aca0c..fca782f61a7c 100644
--- a/icu/makefile.mk
+++ b/icu/makefile.mk
@@ -110,7 +110,7 @@ STATIC_OR_SHARED=--enable-static --disable-shared
STATIC_OR_SHARED=--disable-static --enable-shared
.ENDIF
-.IF "$(CROSS_COMPILING)"!=""
+.IF "$(CROSS_COMPILING)"=="YES"
# We require that the cross-build-toolset target from the top Makefile(.in) has bee built
BUILD_AND_HOST=--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM) --with-cross-build=$(posix_PWD)/$(INPATH_FOR_BUILD)/misc/build/icu/source
.ENDIF