diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:26:49 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:26:49 -0700 |
commit | d004b047838a7e803818b4973a2e39e0ff8c1fa2 (patch) | |
tree | 9e8c804f78d73152c70d4ff24c6a7531a0d46782 /msdos/Makefile.dj2 | |
parent | f6194ef39af5864f792412460c354cc339dde7d1 (diff) | |
download | zlib-1.2.3.5.tar.gz zlib-1.2.3.5.tar.bz2 zlib-1.2.3.5.zip |
zlib 1.2.3.5v1.2.3.5
Diffstat (limited to 'msdos/Makefile.dj2')
-rw-r--r-- | msdos/Makefile.dj2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/msdos/Makefile.dj2 b/msdos/Makefile.dj2 index 283d1d9..84fa1cf 100644 --- a/msdos/Makefile.dj2 +++ b/msdos/Makefile.dj2 | |||
@@ -51,8 +51,8 @@ AR=ar rcs | |||
51 | prefix=/usr/local | 51 | prefix=/usr/local |
52 | exec_prefix = $(prefix) | 52 | exec_prefix = $(prefix) |
53 | 53 | ||
54 | OBJS = adler32.o compress.o crc32.o gzio.o uncompr.o deflate.o trees.o \ | 54 | OBJS = adler32.o compress.o crc32.o gzclose.o gzio.o gzlib.o gzread.o gzwrite.o \ |
55 | zutil.o inflate.o infback.o inftrees.o inffast.o | 55 | uncompr.o deflate.o trees.o zutil.o inflate.o infback.o inftrees.o inffast.o |
56 | 56 | ||
57 | OBJA = | 57 | OBJA = |
58 | # to use the asm code: make OBJA=match.o | 58 | # to use the asm code: make OBJA=match.o |