diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-03-07 16:08:03 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-03-07 16:08:03 +0000 |
commit | 8cbec73f7f7b22131c326d06965587970bed1799 (patch) | |
tree | 2c9c424646dfebd21cee1c86cb9cb93fea1d913b /icu | |
parent | dcbe7e636f5fd7d8fa165a0d2f9f90487c7ebd34 (diff) |
INTEGRATION: CWS ause049 (1.28.14); FILE MERGED
2006/02/16 18:30:08 hjs 1.28.14.1: #i62152# fixed but keeping functionality
Diffstat (limited to 'icu')
-rw-r--r-- | icu/makefile.mk | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/icu/makefile.mk b/icu/makefile.mk index 7454fda85802..d84f429ae66e 100644 --- a/icu/makefile.mk +++ b/icu/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.28 $ +# $Revision: 1.29 $ # -# last change: $Author: hr $ $Date: 2005-12-28 16:54:29 $ +# last change: $Author: rt $ $Date: 2006-03-07 17:08:03 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -176,10 +176,6 @@ OUT2BIN= \ # --- Targets ------------------------------------------------------ -all: \ - $(MISC)$/remove_build.flag \ - ALLTAR - .INCLUDE : set_ext.mk .INCLUDE : target.mk .INCLUDE : tg_ext.mk @@ -199,7 +195,5 @@ $(PACKAGE_DIR)$/$(CONFIGURE_FLAG_FILE) : $(PACKAGE_DIR)$/so_add_binary # entire package directory if a patch is newer. # Changes in this makefile could also make a complete build necessary if # configure is affected. -$(MISC)$/remove_build.flag : $(BINARY_PATCH_FILE_NAME) $(PATCH_FILE_NAME) makefile.mk - $(REMOVE_PACKAGE_COMMAND) - +$(TOUCH) $(MISC)$/remove_build.flag +$(PACKAGE_DIR)$/$(UNTAR_FLAG_FILE) : makefile.mk |