There is no need to ignore the return value of an 'rm -rf' command.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26883 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-05-27 11:05:43 +00:00
parent f4bd0813d5
commit 250f52082d
1 changed files with 1 additions and 1 deletions

View File

@ -864,7 +864,7 @@ doxygen:
doxygen DOCS/tech/Doxyfile
doxygen_clean:
-rm -rf DOCS/tech/doxygen
rm -rf DOCS/tech/doxygen
TAGS:
rm -f $@; ( find -name '*.[chS]' -print ) | xargs etags -a