diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-09-12 17:42:53 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-09-12 17:42:53 +0000 |
commit | d919a5db39c56de77f7a4033af2a55b2afdbd886 (patch) | |
tree | afad186af73219e6bb1a8cb8eac61485fb4eec97 /zlib/amiga | |
parent | fbac20447b8669e70aead906056eabee7f080de7 (diff) | |
download | gcc-d919a5db39c56de77f7a4033af2a55b2afdbd886.tar.gz |
* Imported zlib 1.2.3; merged local changes.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104184 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'zlib/amiga')
-rw-r--r-- | zlib/amiga/Makefile.sas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zlib/amiga/Makefile.sas b/zlib/amiga/Makefile.sas index d6842b89c33..296ef48a22b 100644 --- a/zlib/amiga/Makefile.sas +++ b/zlib/amiga/Makefile.sas @@ -23,7 +23,7 @@ all: SCOPTIONS example minigzip check: test test: all example - echo hello world | minigzip | minigzip -d + echo hello world | minigzip | minigzip -d install: z.lib copy clone zlib.h zconf.h INCLUDE: |