summaryrefslogtreecommitdiff
path: root/sal/cppunittester
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-06-06 09:17:34 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-06-06 09:17:34 +0300
commit47a7b9021f07f368c9c2f02cb10417d4a3acb6bf (patch)
treefd6bc3b4e70a40afa43267b056f346f77dbdb928 /sal/cppunittester
parent8d83508ec3a5238d0bfa1992166f9af02942ca4e (diff)
Always compare CROSS_COMPILING explicitly to "YES"
Diffstat (limited to 'sal/cppunittester')
-rw-r--r--sal/cppunittester/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/cppunittester/makefile.mk b/sal/cppunittester/makefile.mk
index 77ed453fc94c..65b600b05bd7 100644
--- a/sal/cppunittester/makefile.mk
+++ b/sal/cppunittester/makefile.mk
@@ -33,7 +33,7 @@ ENABLE_EXCEPTIONS = TRUE
.INCLUDE: settings.mk
-.IF "$(CROSS_COMPILING)"==""
+.IF "$(CROSS_COMPILING)"!="YES"
CFLAGSCXX += $(CPPUNIT_CFLAGS)