]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
maint: placate maintainer-check's rm -f check
authorJim Meyering <meyering@fb.com>
Mon, 16 Nov 2020 15:47:30 +0000 (07:47 -0800)
committerJim Meyering <meyering@fb.com>
Mon, 16 Nov 2020 15:47:30 +0000 (07:47 -0800)
* t/vala-recursive-setup.sh: Add an unnecessary -f option
to an rm invocation to avoid "make maintainer-check" failure.

t/vala-recursive-setup.sh

index 808f5b98ae47ebfb8dc97f6a3abfa007d47bb854..117b27ef4659acb9cae450e044d43201a8a6441e 100644 (file)
@@ -89,7 +89,7 @@ $MAKE distcheck
 
 # Test rebuild rules from builddir.
 
-rm src/zardoz.h
+rm -f src/zardoz.h
 $MAKE -C src zardoz.h
 test -f src/zardoz.h