]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
use only -f, not -rf
authorJim Meyering <jim@meyering.net>
Sat, 16 Aug 2003 20:46:47 +0000 (20:46 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 16 Aug 2003 20:46:47 +0000 (20:46 +0000)
man/Makefile.am

index 22c7f36ec5ead9f310093ea54c83ba4de2206d94..2cc9758842ed5cbcc87d1646b229981cd83e84db 100644 (file)
@@ -125,7 +125,7 @@ mapped_name = `echo $*|sed 's/install/ginstall/; s/test/[/'`
 # That is necessary to avoid failures for programs that are also shell built-in
 # functions like echo, false, printf, pwd.
 .x.1:
-       rm -rf $@
+       rm -f $@
        @echo "Updating man page $@";           \
        mkdir $t;                               \
        (cd $t && $(LN_S) ../../src/$(mapped_name)$(EXEEXT) $*$(EXEEXT)); \