summaryrefslogtreecommitdiff
path: root/icu
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2011-06-04 18:20:31 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2011-06-04 18:52:19 +0200
commitfe8fb7e51913099555dec6aa73650d60dbfda570 (patch)
tree258d5911814824a311946df291c7922051124be5 /icu
parenta7dcaae8264ee0cfdf9e4bcce06c042b2f65e602 (diff)
data/mappings/ucm*.mk & data/translit/trn*.mk don't exist in current icu anymore
Diffstat (limited to 'icu')
-rw-r--r--icu/makefile.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/icu/makefile.mk b/icu/makefile.mk
index 6395e1f7bbe6..fe9f43c904f4 100644
--- a/icu/makefile.mk
+++ b/icu/makefile.mk
@@ -79,9 +79,6 @@ icu_CFLAGS+=-O $(ARCH_FLAGS)
icu_LDFLAGS+=$(EXTRA_LINKFLAGS)
icu_CXXFLAGS+=-O $(ARCH_FLAGS)
-# remove conversion and transliteration data to reduce binary size.
-CONFIGURE_ACTION=rm data/mappings/ucm*.mk data/translit/trn*.mk ;
-
# until someone introduces SOLARIS 64-bit builds
.IF "$(OS)"=="SOLARIS"
DISABLE_64BIT=--enable-64bit-libs=no
@@ -167,7 +164,6 @@ OUT2BIN= \
.IF "$(GUI)"=="WNT"
CONFIGURE_DIR=source
.IF "$(COM)"=="GCC"
-CONFIGURE_ACTION=rm data/mappings/ucm*.mk data/translit/trn*.mk ;
.IF "$(MINGW_SHARED_GCCLIB)"=="YES"
icu_LDFLAGS+=-shared-libgcc
.ENDIF