From 9bb4588551882e428333d56b90c8e17fdc529089 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 26 Feb 2000 22:19:54 +0000 Subject: [PATCH] *** empty log message *** --- old/fileutils/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 99211c6318..5ef34a7a67 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,15 @@ 2000-02-26 Jim Meyering + Tranform the generated src/Makefile.in file so it falls back on + using /bin/rm when necessary. The old rule didn't always work. + * Makefile.am (DISTCLEANFILES): Remove .deps and `FIXME' comment. + (EXTRA_DIST): Add .kludge-stamp. + (.kludge-stamp): New rule. + * src/Makefile.am (AUTOMAKE): Remove definition. + (Makefile.in): Remove dependency on automake-wrap script. + (EXTRA_DIST): Remove automake-wrap. + * src/automake-wrap: Remove file. + * tests/rm/r-2: Don't make the success of the test depend on the order in which directory entries are processed. Reported by Andreas Schwab. -- 2.47.3