From 7d0a7273deb66cb529226a17d3f470d70c779c6c Mon Sep 17 00:00:00 2001 From: Hans-Joachim Lankenau Date: Fri, 15 Jan 2010 14:55:12 +0100 Subject: ause110: #i106731# remove tarballs from scm and find them in download cache dir --- icu/makefile.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'icu') diff --git a/icu/makefile.mk b/icu/makefile.mk index c452443c889d..e3a710f7b8a6 100644 --- a/icu/makefile.mk +++ b/icu/makefile.mk @@ -43,8 +43,10 @@ TARGET=so_icu .IF "$(ICU_MICRO)"!="0" TARFILE_NAME=icu4c-$(ICU_MAJOR)_$(ICU_MINOR)_$(ICU_MICRO)-src +TARFILE_MD5=2f6ecca935948f7db92d925d88d0d078 .ELSE TARFILE_NAME=icu4c-$(ICU_MAJOR)_$(ICU_MINOR)-src +TARFILE_MD5= .ENDIF TARFILE_ROOTDIR=icu -- cgit