From 250f52082d0793c7bc170f92012abba20c32cfa7 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 27 May 2008 11:05:43 +0000 Subject: 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3