summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-27 11:05:43 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-27 11:05:43 +0000
commit250f52082d0793c7bc170f92012abba20c32cfa7 (patch)
tree5987f3faf51666983df802d39e6f6023c7af5adc /Makefile
parentf4bd0813d55d24650bfe53aed149f5b7e864e254 (diff)
downloadmpv-250f52082d0793c7bc170f92012abba20c32cfa7.tar.bz2
mpv-250f52082d0793c7bc170f92012abba20c32cfa7.tar.xz
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f3293466dc..a7b46b77ed 100644
--- a/Makefile
+++ b/Makefile
@@ -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