Commit 7a27c533 authored by diego's avatar diego

Ignore errors from recursive AMR cleans.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5345 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent d04d6fcc
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment