summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-01-25 21:21:47 +0000
committerJim Meyering <jim@meyering.net>1998-01-25 21:21:47 +0000
commitef4765e11bd7d7bc68db77414cb5ed1f86c4bf90 (patch)
treea84c7694bb942f14a574a345b84d7b933ee5e662
parentca9451a39d1d47da40e269cd4501bdc844bcb283 (diff)
downloadcoreutils-FILEUTILS-3_16l.tar.gz
-rw-r--r--old/fileutils/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 57e77feb6..ac5385731 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -2,6 +2,12 @@
* Version 3.16l.
+ * Makefile.maint: New file.
+ * Makefile.am: Move rules common to textutils, fileutils, sh-utils
+ into Makefile.maint.
+ Include Makefile.maint.
+ (EXTRA_DIST): Add Makefile.maint.
+
* src/cp.c (re_protect): Don't fail for non-root when chown fails
due not only to lack of permission (EPERM), but also to lack of
support (EINVAL). Reported by Bengt Martensson.