Mercurial > mplayer.hg
changeset 28222:f97b67465500
Skip pointless ignoring return value of 'rm -f'.
author | diego |
---|---|
date | Mon, 05 Jan 2009 00:07:55 +0000 |
parents | ded986da716f |
children | 6080184bef59 |
files | DOCS/xml/Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/xml/Makefile Mon Jan 05 00:04:34 2009 +0000 +++ b/DOCS/xml/Makefile Mon Jan 05 00:07:55 2009 +0000 @@ -58,7 +58,7 @@ releaseclean: rm -f $(foreach lang,$(DOC_LANG_ALL),$(lang)/main.xml) rm -f $$(find . -name *.xml -type l) - -rm -f html-chunk.xsl html-single.xsl xsltproc.sh xmllint.sh + rm -f html-chunk.xsl html-single.xsl xsltproc.sh xmllint.sh distclean: clean releaseclean