From: David M. Lee Date: Tue, 19 Mar 2013 15:58:33 +0000 (+0000) Subject: Remove codecs/speex/*.i on make clean X-Git-Tag: 11.4.0-rc1~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=484cef29ddcb07b5d2a9df3f9c9b4f554738243f;p=thirdparty%2Fasterisk.git Remove codecs/speex/*.i on make clean git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@383342 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/codecs/Makefile b/codecs/Makefile index a9f397edeb..f3f2605adb 100644 --- a/codecs/Makefile +++ b/codecs/Makefile @@ -54,7 +54,7 @@ clean:: $(MAKE) -C $$dir clean; \ done rm -f g722/*.[oai] - rm -f speex/*.[oa] + rm -f speex/*.[oai] .PHONY: $(SUB_DIRS)