diff options
author | Cosmin Truta <ctruta@gmail.com> | 2018-07-28 23:39:55 -0400 |
---|---|---|
committer | Cosmin Truta <ctruta@gmail.com> | 2018-07-28 23:39:55 -0400 |
commit | b729fff4a3e1fcadf581a525af6b09b4f5696228 (patch) | |
tree | 4b2d98021056bdab92cf1045d81314cd549f27c5 /scripts/makefile.sgi | |
parent | c36c09f00426a07fef5c6d6a7361c12a47e6439b (diff) | |
download | libpng-b729fff4a3e1fcadf581a525af6b09b4f5696228.tar.gz |
Remove the Y2K compliance statement
As of July 2018, this statement is no longer necessary.
Diffstat (limited to 'scripts/makefile.sgi')
-rw-r--r-- | scripts/makefile.sgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makefile.sgi b/scripts/makefile.sgi index 7df090222..5d9c23fa9 100644 --- a/scripts/makefile.sgi +++ b/scripts/makefile.sgi @@ -212,7 +212,7 @@ clean: $(LIBSO) $(LIBSOMAJ)* \ so_locations pnglibconf.h -DOCS = ANNOUNCE CHANGES INSTALL KNOWNBUG LICENSE README TODO Y2KINFO +DOCS = ANNOUNCE CHANGES INSTALL KNOWNBUG LICENSE README TODO writelock: chmod a-w *.[ch35] $(DOCS) scripts/* |