[Libreoffice-commits] .: cppunit/makefile.mk

Tor Lillqvist tml at kemper.freedesktop.org
Fri May 13 18:26:41 PDT 2011


 cppunit/makefile.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 833a840db94eee9e790d4bdf696347671fa8315c
Author: Tor Lillqvist <tml at iki.fi>
Date:   Sat May 14 04:26:29 2011 +0300

    Fix typo

diff --git a/cppunit/makefile.mk b/cppunit/makefile.mk
index df5256b..b032c09 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"


More information about the Libreoffice-commits mailing list