diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2011-05-30 16:37:15 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2011-05-30 16:37:15 +0200 |
commit | 5a4e27252d9a86b22d2f152f590cd1cb54fe027f (patch) | |
tree | 9cbff6bc9683e6c2c97fe1b31dc545e5f545b5b5 /icu/makefile.mk | |
parent | 9eeeab292cf799a839439310feeee9ac752b0013 (diff) |
remove double "=" from assignment to STATIC_OR_SHARED
Diffstat (limited to 'icu/makefile.mk')
-rw-r--r-- | icu/makefile.mk | 2 |
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)"!="" |