From 7f3ce56d1953015e7e6f346a41b0435f9e618b7d Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Mon, 3 Jun 2002 15:54:12 +0000 Subject: #99260# #99261# #96776# add icu-2.0-binary_patch.tar.gz (remerged, ignore srx642 branch for the rest of our life) --- icu/makefile.mk | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'icu') diff --git a/icu/makefile.mk b/icu/makefile.mk index d024a7c2d84a..f91ae9fadcc9 100644 --- a/icu/makefile.mk +++ b/icu/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: hjs $ $Date: 2002-05-13 17:21:05 $ +# last change: $Author: er $ $Date: 2002-06-03 16:54:12 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -141,9 +141,14 @@ OUT2BIN= \ .INCLUDE : target.mk .INCLUDE : tg_ext.mk -TG_DELIVER : $/$(MISC)$/build$/so_predeliver +TG_DELIVER : $(PACKAGE_DIR)$/so_predeliver $(DELIVER) +$(PACKAGE_DIR)$/so_add_binary : $(PACKAGE_DIR)$/$(ADD_FILES_FLAG_FILE) + cd $(PACKAGE_DIR) && gunzip -c $(BACK_PATH)icu-2.0-binary_patch.tar.gz | tar $(TAR_EXCLUDE_SWITCH) -xvf - + +$(PACKAGE_DIR)$/$(CONFIGURE_FLAG_FILE) : $(PACKAGE_DIR)$/so_add_binary + .IF "$(BUILD_SOSL)"!="" ALLTAR : TG_DELIVER .ENDIF -- cgit