aboutsummaryrefslogtreecommitdiff
path: root/old/os2
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-09-09 23:22:37 -0700
committerMark Adler <madler@alumni.caltech.edu>2011-09-09 23:22:37 -0700
commit4b5a43a219d51066c01ff2ab86af18b967f2d0dd (patch)
tree4dcaf0cd18751d04cf638a9a6ec521990d4f2e90 /old/os2
parent086e982175da84b3db958191031380794315f95f (diff)
downloadzlib-4b5a43a219d51066c01ff2ab86af18b967f2d0dd.tar.gz
zlib-4b5a43a219d51066c01ff2ab86af18b967f2d0dd.tar.bz2
zlib-4b5a43a219d51066c01ff2ab86af18b967f2d0dd.zip
zlib 1.2.0.5v1.2.0.5
Diffstat (limited to 'old/os2')
-rw-r--r--old/os2/Makefile.os28
1 files changed, 4 insertions, 4 deletions
diff --git a/old/os2/Makefile.os2 b/old/os2/Makefile.os2
index 4f56947..a105aaa 100644
--- a/old/os2/Makefile.os2
+++ b/old/os2/Makefile.os2
@@ -1,5 +1,5 @@
1# Makefile for zlib under OS/2 using GCC (PGCC) 1# Makefile for zlib under OS/2 using GCC (PGCC)
2# For conditions of distribution and use, see copyright notice in zlib.h 2# For conditions of distribution and use, see copyright notice in zlib.h
3 3
4# To compile and test, type: 4# To compile and test, type:
5# cp Makefile.os2 .. 5# cp Makefile.os2 ..
@@ -108,7 +108,7 @@ dist:
108 if test ! -d $$d; then rm -f $$d; fi 108 if test ! -d $$d; then rm -f $$d; fi
109 mv Makefile~ Makefile 109 mv Makefile~ Makefile
110 110
111tags: 111tags:
112 etags *.[ch] 112 etags *.[ch]
113 113
114depend: 114depend:
@@ -130,7 +130,7 @@ inffast.o: infblock.h infcodes.h infutil.h inffast.h
130inflate.o: zutil.h zlib.h zconf.h infblock.h 130inflate.o: zutil.h zlib.h zconf.h infblock.h
131inftrees.o: zutil.h zlib.h zconf.h inftrees.h 131inftrees.o: zutil.h zlib.h zconf.h inftrees.h
132infutil.o: zutil.h zlib.h zconf.h infblock.h inftrees.h infcodes.h infutil.h 132infutil.o: zutil.h zlib.h zconf.h infblock.h inftrees.h infcodes.h infutil.h
133minigzip.o: zlib.h zconf.h 133minigzip.o: zlib.h zconf.h
134trees.o: deflate.h zutil.h zlib.h zconf.h trees.h 134trees.o: deflate.h zutil.h zlib.h zconf.h trees.h
135uncompr.o: zlib.h zconf.h 135uncompr.o: zlib.h zconf.h
136zutil.o: zutil.h zlib.h zconf.h 136zutil.o: zutil.h zlib.h zconf.h