diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-10-11 18:45:43 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-10-11 18:45:43 +0000 |
commit | 87a2b23a2bafbd771625eb6ce8ee8e644aa8cfe3 (patch) | |
tree | 01e6e6bb5683a568f3e4d7be40728b9b503640c4 /zlib/msdos/Makefile.emx | |
parent | 7462a1a322e01f1804376a6917413bf6ebf481a2 (diff) | |
download | gcc-87a2b23a2bafbd771625eb6ce8ee8e644aa8cfe3.tar.gz |
PR libgcj/14856:
* Imported zlib 1.2.1; merged local changes.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@88898 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'zlib/msdos/Makefile.emx')
-rw-r--r-- | zlib/msdos/Makefile.emx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/zlib/msdos/Makefile.emx b/zlib/msdos/Makefile.emx index 0e5e5cc4338..ed4c31fbbde 100644 --- a/zlib/msdos/Makefile.emx +++ b/zlib/msdos/Makefile.emx @@ -1,11 +1,11 @@ # Makefile for zlib. Modified for emx 0.9c by Chr. Spieler, 6/17/98. # Copyright (C) 1995-1998 Jean-loup Gailly. -# For conditions of distribution and use, see copyright notice in zlib.h +# For conditions of distribution and use, see copyright notice in zlib.h # To compile, or to compile and test, type: -# +# # make -fmakefile.emx; make test -fmakefile.emx -# +# CC=gcc @@ -34,7 +34,7 @@ prefix=/usr/local exec_prefix = $(prefix) OBJS = adler32.o compress.o crc32.o gzio.o uncompr.o deflate.o trees.o \ - zutil.o inflate.o infblock.o inftrees.o infcodes.o infutil.o inffast.o + zutil.o inflate.o infback.o inftrees.o inffast.o TEST_OBJS = example.o minigzip.o @@ -42,7 +42,7 @@ all: example.exe minigzip.exe test: all ./example - echo hello world | .\minigzip | .\minigzip -d + echo hello world | .\minigzip | .\minigzip -d %.o : %.c $(CC) $(CFLAGS) -c $< -o $@ |