diff options
author | Jim Meyering <jim@meyering.net> | 1995-09-27 04:06:28 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1995-09-27 04:06:28 +0000 |
commit | 77c46a6b42baf2e8d3661faa8e1eb3da3533640e (patch) | |
tree | 582776247dc95a3d418412562223d31647bce81f /old/sh-utils | |
parent | 744393f0f40f58936a0842111585de57c94fcfc3 (diff) | |
download | coreutils-77c46a6b42baf2e8d3661faa8e1eb3da3533640e.tar.xz |
.
Diffstat (limited to 'old/sh-utils')
-rw-r--r-- | old/sh-utils/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 707f7f621..070a6b6b4 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,10 @@ +Tue Sep 26 23:05:01 1995 Jim Meyering (meyering@comco.com) + + * man/Makefile.in (install-data, uninstall): Use sed not basename. + The GNU Coding Standard suggests that only a select set of + relatively standard utilities be used in Makefiles. basename is + not among them. Suggested by Ulrich Drepper. + Tue Aug 8 22:57:34 1995 Jim Meyering (meyering@comco.com) * yes.c: Include system.h to get definition of _. |