summaryrefslogtreecommitdiff
path: root/sal/qa/sal
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/qa/sal
parent8d83508ec3a5238d0bfa1992166f9af02942ca4e (diff)
Always compare CROSS_COMPILING explicitly to "YES"
Diffstat (limited to 'sal/qa/sal')
-rw-r--r--sal/qa/sal/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/qa/sal/makefile.mk b/sal/qa/sal/makefile.mk
index 783b30138efe..78c8646c307a 100644
--- a/sal/qa/sal/makefile.mk
+++ b/sal/qa/sal/makefile.mk
@@ -33,7 +33,7 @@ ENABLE_EXCEPTIONS := TRUE
.INCLUDE: settings.mk
-.IF "$(CROSS_COMPILING)"==""
+.IF "$(CROSS_COMPILING)"!="YES"
SHL1TARGET = $(TARGET)_types
SHL1OBJS = $(SLO)$/test_types.obj