diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:22:37 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:22:37 -0700 |
commit | 4b5a43a219d51066c01ff2ab86af18b967f2d0dd (patch) | |
tree | 4dcaf0cd18751d04cf638a9a6ec521990d4f2e90 /old/os2 | |
parent | 086e982175da84b3db958191031380794315f95f (diff) | |
download | zlib-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.os2 | 8 |
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 | ||
111 | tags: | 111 | tags: |
112 | etags *.[ch] | 112 | etags *.[ch] |
113 | 113 | ||
114 | depend: | 114 | depend: |
@@ -130,7 +130,7 @@ inffast.o: infblock.h infcodes.h infutil.h inffast.h | |||
130 | inflate.o: zutil.h zlib.h zconf.h infblock.h | 130 | inflate.o: zutil.h zlib.h zconf.h infblock.h |
131 | inftrees.o: zutil.h zlib.h zconf.h inftrees.h | 131 | inftrees.o: zutil.h zlib.h zconf.h inftrees.h |
132 | infutil.o: zutil.h zlib.h zconf.h infblock.h inftrees.h infcodes.h infutil.h | 132 | infutil.o: zutil.h zlib.h zconf.h infblock.h inftrees.h infcodes.h infutil.h |
133 | minigzip.o: zlib.h zconf.h | 133 | minigzip.o: zlib.h zconf.h |
134 | trees.o: deflate.h zutil.h zlib.h zconf.h trees.h | 134 | trees.o: deflate.h zutil.h zlib.h zconf.h trees.h |
135 | uncompr.o: zlib.h zconf.h | 135 | uncompr.o: zlib.h zconf.h |
136 | zutil.o: zutil.h zlib.h zconf.h | 136 | zutil.o: zutil.h zlib.h zconf.h |