From: David M. Lee Date: Tue, 19 Mar 2013 15:57:29 +0000 (+0000) Subject: Removed codecs/g722/*.i on make clean X-Git-Tag: 11.4.0-rc1~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42891b9a08c318741ebdb4e42ead1f209964e9f9;p=thirdparty%2Fasterisk.git Removed codecs/g722/*.i on make clean ........ Merged revisions 383340 from http://svn.asterisk.org/svn/asterisk/branches/1.8 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@383341 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/codecs/Makefile b/codecs/Makefile index 51f05ac362..a9f397edeb 100644 --- a/codecs/Makefile +++ b/codecs/Makefile @@ -53,7 +53,7 @@ clean:: for dir in $(SUB_DIRS); do \ $(MAKE) -C $$dir clean; \ done - rm -f g722/*.[oa] + rm -f g722/*.[oai] rm -f speex/*.[oa] .PHONY: $(SUB_DIRS)