diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-06-06 09:17:34 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-06-06 09:17:34 +0300 |
commit | 5fa1572a51f6b7e8e02234c763d62cd8ec050a2a (patch) | |
tree | ea35e31d5b41f6b3b5d4686ac4384b1999acb5c1 /sal/cppunittester | |
parent | 10f52859441b49d648de668ed38c133b6029b2dd (diff) |
Always compare CROSS_COMPILING explicitly to "YES"
Diffstat (limited to 'sal/cppunittester')
-rw-r--r-- | sal/cppunittester/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/cppunittester/makefile.mk b/sal/cppunittester/makefile.mk index 77ed453fc..65b600b05 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) |