summaryrefslogtreecommitdiff
path: root/cppunit
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-05-14 04:26:29 +0300
committerTor Lillqvist <tml@iki.fi>2011-05-14 04:26:29 +0300
commit76d999a69d6e517ba51fb04ae0b7fba93858b15b (patch)
tree589613eb5438aa9e57fd169696ef045cfb24c566 /cppunit
parentb85649a634d9a361c5367c7ec41f738cf257cd95 (diff)
Fix typo
Diffstat (limited to 'cppunit')
-rw-r--r--cppunit/makefile.mk2
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"