changeset 3290:97cc530ab3d3 libavcodec

Ignore errors from recursive AMR cleans.
author diego
date Fri, 05 May 2006 10:27:44 +0000
parents d3371df2542b
children 454de57e45cf
files Makefile
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Fri May 05 09:41:06 2006 +0000
+++ b/Makefile	Fri May 05 10:27:44 2006 +0000
@@ -442,8 +442,8 @@
 	   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)