diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 13:34:58 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 13:34:58 +0000 |
commit | 3103614b75c95240d5dbc93de7e2c3ce84596541 (patch) | |
tree | 1f0229f6d5842ca9fe0182ad5047c12f3b2d661c /zlib | |
parent | 84e80b367e3067fedc7ba60686a70fbbcb0b1e77 (diff) |
INTEGRATION: CWS vgbugs07 (1.6.28); FILE MERGED
2007/06/08 11:00:11 vg 1.6.28.2: #i78084# remove last use of the hedabu procedure in zlib module
2007/06/04 14:24:27 vg 1.6.28.1: #i78084# remove last use of the hedabu procedure in zlib module
Diffstat (limited to 'zlib')
-rw-r--r-- | zlib/makefile.mk | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/zlib/makefile.mk b/zlib/makefile.mk index 6f12e8cd7de6..a78fade0a0e1 100644 --- a/zlib/makefile.mk +++ b/zlib/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: rt $ $Date: 2005-09-09 07:51:19 $ +# last change: $Author: hr $ $Date: 2007-06-27 14:34:58 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -67,7 +67,7 @@ OUT2INC= \ zconf.h \ contrib$/minizip$/unzip.h - +PATCHED_HEADERS=$(INCCOM)$/patched$/zlib.h # --- Targets ------------------------------------------------------ @@ -75,4 +75,7 @@ OUT2INC= \ .INCLUDE : target.mk .INCLUDE : tg_ext.mk +ALLTAR: $(PATCHED_HEADERS) +$(PATCHED_HEADERS) : $(PACKAGE_DIR)$/$(PREDELIVER_FLAG_FILE) + @$(PERL) make_patched_header.pl $@ $(PRJNAME) |