diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2012-11-09 14:37:04 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-11-09 14:41:08 +0200 |
commit | 5a32d167da40d9f95a1dd86873e4b569986f8b12 (patch) | |
tree | 59c63d22a2e135cd00e79c1fc3206ab3ab2a8672 /icu | |
parent | 638f6cb6a666aa611d3e0bef5a29e5824b0574ee (diff) |
Fix comment
Change-Id: Ie648ce55fdc11f907f5f5b3b958c13c695f392c5
Diffstat (limited to 'icu')
-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 95a91a0391c8..e5f8f57e27c2 100644 --- a/icu/makefile.mk +++ b/icu/makefile.mk @@ -190,7 +190,7 @@ OUT2LIB= \ $(BUILD_DIR)$/lib$/libicui18n.a \ $(BUILD_DIR)$/lib$/libicule.a \ $(BUILD_DIR)$/lib$/libicutu.a -.ELIF "$(OS)"=="ANDROID" # The so far normal, non-DISABLE_DYNLOADING case for Android +.ELIF "$(OS)"=="ANDROID" # The no longer normal, non-DISABLE_DYNLOADING case for Android BUILD_ACTION+= && cat uconfig.h.prepend common/unicode/uconfig.h >common/unicode/uconfig.h.new && mv common/unicode/uconfig.h.new common/unicode/uconfig.h OUT2LIB= \ $(BUILD_DIR)$/lib$/libicudatalo.so \ |