]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* tests/werror.test: Use `rm -f'.
authorTom Tromey <tromey@redhat.com>
Wed, 9 May 2001 19:11:45 +0000 (19:11 +0000)
committerTom Tromey <tromey@redhat.com>
Wed, 9 May 2001 19:11:45 +0000 (19:11 +0000)
ChangeLog
tests/werror.test

index 5a73de3828f74eb3a33972407916a848a005cad2..0cd1ab68c05adcb1972c7c3bd522103515993f20 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-05-09  Tom Tromey  <tromey@redhat.com>
+
+       * tests/werror.test: Use `rm -f'.
+
 2001-05-09  Akim Demaille  <akim@epita.fr>
 
        * automake.in (&am_line_warning): Invoke `am_line_error', not itself.
index 171213a4b4cf86fcd21690cd95897d5ed3318f4c..23ce2ae521f72b04f90a1c75666e9bd7aed986d1 100755 (executable)
@@ -6,6 +6,6 @@
 
 : > Makefile.am
 
-rm install-sh depcomp missing mkinstalldirs
+rm -f install-sh depcomp missing mkinstalldirs
 
 $AUTOMAKE --Werror --add-missing