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.sunos | |
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.sunos')
-rw-r--r-- | scripts/makefile.sunos | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makefile.sunos b/scripts/makefile.sunos index efe308c47..9a0e28e72 100644 --- a/scripts/makefile.sunos +++ b/scripts/makefile.sunos @@ -90,7 +90,7 @@ install: libpng.a clean: $(RM_F) *.o libpng.a pngtest pngout.png 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/* |