diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-01-16 11:53:07 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-01-16 11:53:07 (GMT) |
commit | 9a41c99458c9f645f364789c7ac310f55c77eccc (patch) | |
tree | 9b77aae86d0c417096e7809b5954306bf8353d3a /compat/zlib/Makefile.in | |
parent | 20e3b9e6120f73794f9851db1f2034e7a67a3007 (diff) | |
parent | d97147c2533ecc33102bb142a541dfe148ae7224 (diff) | |
download | tcl-9a41c99458c9f645f364789c7ac310f55c77eccc.zip tcl-9a41c99458c9f645f364789c7ac310f55c77eccc.tar.gz tcl-9a41c99458c9f645f364789c7ac310f55c77eccc.tar.bz2 |
Update zlib to version 1.2.11
Diffstat (limited to 'compat/zlib/Makefile.in')
-rw-r--r-- | compat/zlib/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compat/zlib/Makefile.in b/compat/zlib/Makefile.in index 1852192..5a77949 100644 --- a/compat/zlib/Makefile.in +++ b/compat/zlib/Makefile.in @@ -1,5 +1,5 @@ # Makefile for zlib -# Copyright (C) 1995-2016 Jean-loup Gailly, Mark Adler +# Copyright (C) 1995-2017 Jean-loup Gailly, Mark Adler # For conditions of distribution and use, see copyright notice in zlib.h # To compile and test, type: @@ -32,7 +32,7 @@ CPP=$(CC) -E STATICLIB=libz.a SHAREDLIB=libz.so -SHAREDLIBV=libz.so.1.2.10 +SHAREDLIBV=libz.so.1.2.11 SHAREDLIBM=libz.so.1 LIBS=$(STATICLIB) $(SHAREDLIBV) |