diff options
author | Jim Meyering <jim@meyering.net> | 2000-02-27 11:23:11 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-02-27 11:23:11 +0000 |
commit | 1f6347114a08d37041c5eca9adaa98281c9277a1 (patch) | |
tree | ae1a1542e8cd67b5915ad9614af0008d2e8f1221 | |
parent | 9c1810823d4301a166e2208d7f667bf4fe3fea4c (diff) | |
download | coreutils-1f6347114a08d37041c5eca9adaa98281c9277a1.tar.xz |
*** empty log message ***
-rw-r--r-- | old/fileutils/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 5ef34a7a6..eec4f83d6 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -2,6 +2,9 @@ Tranform the generated src/Makefile.in file so it falls back on using /bin/rm when necessary. The old rule didn't always work. + This is necessary only on certain losing systems, and because this + package builds an `rm' executable and some people put `.' too + early in their PATH. * Makefile.am (DISTCLEANFILES): Remove .deps and `FIXME' comment. (EXTRA_DIST): Add .kludge-stamp. (.kludge-stamp): New rule. |