]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* tests/ltconv.test: s/rm/rm -f/ to placate maintainer-check.
authorAlexandre Duret-Lutz <adl@gnu.org>
Tue, 5 Aug 2003 19:44:00 +0000 (19:44 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Tue, 5 Aug 2003 19:44:00 +0000 (19:44 +0000)
ChangeLog
tests/ltconv.test

index 96a77ecbc1049d3d862c8ed7368e1191c406fce0..76e736792eedc03b53af5ccddd9f55f57b831df4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2003-08-05  Alexandre Duret-Lutz  <adl@gnu.org>
 
+       * tests/ltconv.test: s/rm/rm -f/ to placate maintainer-check.
+
        * automake.in (handle_texinfo_helper): Use the user definition
        of TEXINFO_TEX before checking for cygnus or AC_CONFIG_AUX_DIR.
        * tests/txinfo22.test: New file.
index a3f38ae7ceda6bd1bd0481f1b4da5aa3a53d83f0..85b92a8ec4ca2a3fc6f0c6b09e06ac7b89d1601e 100755 (executable)
@@ -128,13 +128,13 @@ test -f sub2/sub21/libsub21.la
 test -f sub2/sub22/libsub22.la
 $MAKE check
 test -f check-ok
-rm check-ok
+rm -f check-ok
 
 $MAKE install
 test -f lib/libtop.la
 $MAKE installcheck
 test -f installcheck-ok
-rm installcheck-ok
+rm -f installcheck-ok
 
 find empty -type f -print > empty.lst
 cat empty.lst
@@ -150,7 +150,7 @@ test ! -f ltconvtest
 
 $MAKE installcheck
 test -f installcheck-ok
-rm installcheck-ok
+rm -f installcheck-ok
 
 $MAKE uninstall
 find lib -type f -print > lib.lst