From: David M. Lee Date: Tue, 19 Mar 2013 15:50:05 +0000 (+0000) Subject: Removed codecs/g722/*.i on make clean X-Git-Tag: 1.8.22.0-rc1~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5cf67a7ab2c9bd719f64815744ecab99e63e411c;p=thirdparty%2Fasterisk.git Removed codecs/g722/*.i on make clean git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@383340 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/codecs/Makefile b/codecs/Makefile index 6768de0c8e..4445c0bbab 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] .PHONY: $(SUB_DIRS)