From: Jim Meyering Date: Sat, 16 Aug 2003 20:46:47 +0000 (+0000) Subject: use only -f, not -rf X-Git-Tag: v5.0.91~185 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6835a10298c265b299d251896ea1dddd93a97fb8;p=thirdparty%2Fcoreutils.git use only -f, not -rf --- diff --git a/man/Makefile.am b/man/Makefile.am index 22c7f36ec5..2cc9758842 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -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)); \