diff options
-rw-r--r-- | old/fileutils/ChangeLog | 6 | ||||
-rw-r--r-- | old/sh-utils/ChangeLog | 8 |
2 files changed, 14 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index b2f0cdffe..97469b084 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,11 @@ Sun May 21 07:20:55 1995 Jim Meyering (meyering@comco.com) + * All Makefile.in (install-exec, install-exec): New targets. + From Karl Berry. + + * all Makefile.in (maintainer-clean): Renamed from realclean + per GNU Standards. + * euidaccess.c: No longer include safe-l?stat.h. * fsusage.c: Likewise. * isdir.c: Likewise. diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 492c57875..bd3a526d6 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,11 @@ +Sun May 21 07:20:55 1995 Jim Meyering (meyering@comco.com) + + * All Makefile.in (install-exec, install-exec): New targets. + From Karl Berry. + + * all Makefile.in (maintainer-clean): Renamed from realclean + per GNU Standards. + Mon May 15 01:00:08 1995 Jim Meyering (meyering@comco.com) * all source files (usage): Include one- or two-line synopsis |