From 215e46e6e5a3f56a041bb2a6375bdfa9e3573786 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 5 May 2006 10:27:44 +0000 Subject: [PATCH] Ignore errors from recursive AMR cleans. Originally committed as revision 5345 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 5f2aac2e49..9586361a00 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -442,8 +442,8 @@ clean:: liba52/*.o liba52/*~ \ amr_float/*.o \ apiexample $(TESTS) - $(MAKE) -C amr clean - $(MAKE) -C amrwb_float -f makefile.gcc clean + -$(MAKE) -C amr clean + -$(MAKE) -C amrwb_float -f makefile.gcc clean # api example program apiexample: apiexample.c $(LIB)