# HG changeset patch # User diego # Date 1146824864 0 # Node ID 97cc530ab3d3c01e6ee4dc967bd49f9968afcc18 # Parent d3371df2542b6dce3c321f5ec4b897af8bf6acb2 Ignore errors from recursive AMR cleans. diff -r d3371df2542b -r 97cc530ab3d3 Makefile --- 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)