From: Dana Jansens Date: Wed, 23 Jul 2003 18:42:29 +0000 (+0000) Subject: use rm -f X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=aca18d48b9b554311edc9f9764e98dc15833699d;p=chaz%2Fopenbox use rm -f --- diff --git a/Makefile.am b/Makefile.am index caef4d5b..5aa0fe1d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -396,7 +396,7 @@ EXTRA_DIST = \ distclean-local: for d in . m4 po render; do \ for p in core core.* gmon.out *\~ *.orig *.rej .\#*; do \ - $(RM) "$$d/$$p"; \ + rm -f "$$d/$$p"; \ done \ done