diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-05-14 04:26:29 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-05-14 04:26:29 +0300 |
commit | 76d999a69d6e517ba51fb04ae0b7fba93858b15b (patch) | |
tree | 589613eb5438aa9e57fd169696ef045cfb24c566 /cppunit | |
parent | b85649a634d9a361c5367c7ec41f738cf257cd95 (diff) |
Fix typo
Diffstat (limited to 'cppunit')
-rw-r--r-- | cppunit/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppunit/makefile.mk b/cppunit/makefile.mk index df5256b4b8f3..b032c095847b 100644 --- a/cppunit/makefile.mk +++ b/cppunit/makefile.mk @@ -40,7 +40,7 @@ PATCH_FILES = solarisfinite.patch warnings.patch windows.patch ldflags.patch aix # warnings.patch: see <https://sourceforge.net/tracker/?func=detail& # aid=2912630&group_id=11795&atid=311795> -.IF "$(CROSS_COMPILING)=="" +.IF "$(CROSS_COMPILING)"=="" .IF "$(OS)" == "WNT" .IF "$(COM)" == "MSC" |