diff options
author | Eike Rathke <er@openoffice.org> | 2002-06-03 15:54:12 +0000 |
---|---|---|
committer | Eike Rathke <er@openoffice.org> | 2002-06-03 15:54:12 +0000 |
commit | 7f3ce56d1953015e7e6f346a41b0435f9e618b7d (patch) | |
tree | d7f59945873bc560a219ec6f7fc565890423c329 /icu | |
parent | 54a18c624e293b5869dae9c7d3cb091a4d957aeb (diff) |
#99260# #99261# #96776# add icu-2.0-binary_patch.tar.gz (remerged, ignore srx642 branch for the rest of our life)
Diffstat (limited to 'icu')
-rw-r--r-- | icu/makefile.mk | 11 |
1 files changed, 8 insertions, 3 deletions
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 |