From dc5a43ebfadb6b775f6e64bfeb5a461c66acb394 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Fri, 9 Sep 2011 23:26:58 -0700 Subject: zlib 1.2.3.6 --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0941228..9b81f23 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Makefile for zlib -# Copyright (C) 1995-2006 Jean-loup Gailly. +# Copyright (C) 1995-2010 Jean-loup Gailly. # 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.3.5 +SHAREDLIBV=libz.so.1.2.3.6 SHAREDLIBM=libz.so.1 LIBS=$(STATICLIB) $(SHAREDLIB) $(SHAREDLIBV) @@ -124,10 +124,10 @@ match.lo: match.S rm -f _match.s example64.o: example.c zlib.h zconf.h zlibdefs.h - $(CC) $(CFLAGS) -D_FILE_OFFSET_BITS=64 -c -o $@ $< + $(CC) $(CFLAGS) -D_FILE_OFFSET_BITS=64 -c -o $@ example.c minigzip64.o: minigzip.c zlib.h zconf.h zlibdefs.h - $(CC) $(CFLAGS) -D_FILE_OFFSET_BITS=64 -c -o $@ $< + $(CC) $(CFLAGS) -D_FILE_OFFSET_BITS=64 -c -o $@ minigzip.c .SUFFIXES: .lo -- cgit v1.2.3-55-g6feb