*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 26 Feb 2000 22:19:54 +0000 (22:19 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 26 Feb 2000 22:19:54 +0000 (22:19 +0000)
old/fileutils/ChangeLog

index 99211c6..5ef34a7 100644 (file)
@@ -1,5 +1,15 @@
 2000-02-26  Jim Meyering  <meyering@lucent.com>
 
+       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.