summaryrefslogtreecommitdiff
path: root/zlib
diff options
context:
space:
mode:
Diffstat (limited to 'zlib')
-rw-r--r--zlib/makefile.mk9
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)