]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* tests/compile.test: Fix rm usage.
authorAlexandre Duret-Lutz <adl@gnu.org>
Sun, 19 Sep 2004 21:42:20 +0000 (21:42 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Sun, 19 Sep 2004 21:42:20 +0000 (21:42 +0000)
ChangeLog
tests/Makefile.in
tests/compile.test

index 8355c9c5e902f608ecba168bfa203a2b421d4f8c..7f759019c49e0c0ab5003671d54542de36bd3f06 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2004-09-19  Alexandre Duret-Lutz  <adl@gnu.org>
 
+       * tests/compile.test: Fix rm usage.
+
        * INSTALL, lib/INSTALL, lib/config.sub, lib/config.guess,
        lib/texinfo.tex: New upstream versions.
 
index db5a5e4393549ac9a653ee3beb4e38de841b31c1..3372a66d6d41cf98c90456e3524bda6467e38227 100644 (file)
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.9.1a from Makefile.am.
+# Makefile.in generated by automake 1.9.2 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
@@ -66,7 +66,6 @@ ECHO_N = @ECHO_N@
 ECHO_T = @ECHO_T@
 EGREP = @EGREP@
 FGREP = @FGREP@
-GREP = @GREP@
 INSTALL_DATA = @INSTALL_DATA@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 INSTALL_SCRIPT = @INSTALL_SCRIPT@
index 1c78a71d080ee8cf886197d7e52deb3fbb8fbfc9..ee435f3688d252b98ba6670a9137191019abac73 100755 (executable)
@@ -34,7 +34,7 @@ test -f ./-o
 test -f a.o
 test -f a.c
 
-rm 'a c' ./-o a.o a.c
+rm -f 'a c' ./-o a.o a.c
 
 ./compile touch a.o -- -o 'a c.o' a.c
 test -f 'a c.o'