diff options
Diffstat (limited to 'os400/make.sh')
-rw-r--r-- | os400/make.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os400/make.sh b/os400/make.sh index ddbfb16..19eec11 100644 --- a/os400/make.sh +++ b/os400/make.sh | |||
@@ -260,7 +260,7 @@ fi | |||
260 | echo '#pragma comment(user, "ZLIB version '"${VERSION}"'")' > os400.c | 260 | echo '#pragma comment(user, "ZLIB version '"${VERSION}"'")' > os400.c |
261 | echo '#pragma comment(user, __DATE__)' >> os400.c | 261 | echo '#pragma comment(user, __DATE__)' >> os400.c |
262 | echo '#pragma comment(user, __TIME__)' >> os400.c | 262 | echo '#pragma comment(user, __TIME__)' >> os400.c |
263 | echo '#pragma comment(copyright, "Copyright (C) 1995-2016 Jean-Loup Gailly, Mark Adler. OS/400 version by P. Monnerat.")' >> os400.c | 263 | echo '#pragma comment(copyright, "Copyright (C) 1995-2017 Jean-Loup Gailly, Mark Adler. OS/400 version by P. Monnerat.")' >> os400.c |
264 | make_module OS400 os400.c | 264 | make_module OS400 os400.c |
265 | LINK= # No need to rebuild service program yet. | 265 | LINK= # No need to rebuild service program yet. |
266 | MODULES= | 266 | MODULES= |