diff options
Diffstat (limited to '')
-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 |