summaryrefslogtreecommitdiff
path: root/icu
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2011-05-30 16:37:15 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2011-05-30 16:37:15 +0200
commit5a4e27252d9a86b22d2f152f590cd1cb54fe027f (patch)
tree9cbff6bc9683e6c2c97fe1b31dc545e5f545b5b5 /icu
parent9eeeab292cf799a839439310feeee9ac752b0013 (diff)
remove double "=" from assignment to STATIC_OR_SHARED
Diffstat (limited to 'icu')
-rw-r--r--icu/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/icu/makefile.mk b/icu/makefile.mk
index b23aa6667c1d..684785500c31 100644
--- a/icu/makefile.mk
+++ b/icu/makefile.mk
@@ -110,7 +110,7 @@ CONFIGURE_DIR=source
.IF "$(OS)"=="IOS"
STATIC_OR_SHARED=--enable-static --disable-shared
.ELSE
-STATIC_OR_SHARED==--disable-static --enable-shared
+STATIC_OR_SHARED=--disable-static --enable-shared
.ENDIF
.IF "$(CROSS_COMPILING)"!=""