summaryrefslogtreecommitdiff
path: root/expat
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 /expat
parent8cae99e1be367fc801acaaadfe4879ff1ebb4aa4 (diff)
Always compare CROSS_COMPILING explicitly to "YES"
Diffstat (limited to 'expat')
-rw-r--r--expat/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/expat/makefile.mk b/expat/makefile.mk
index efcd82270ff4..857468e4b4c7 100644
--- a/expat/makefile.mk
+++ b/expat/makefile.mk
@@ -55,7 +55,7 @@ CONFIGURE_ACTION=
CONFIGURE_ACTION=.$/configure
.ENDIF
-.IF "$(CROSS_COMPILING)"!=""
+.IF "$(CROSS_COMPILING)"=="YES"
CONFIGURE_FLAGS+=--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM)
.ENDIF