]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Remove codecs/speex/*.i on make clean
authorDavid M. Lee <dlee@digium.com>
Tue, 19 Mar 2013 15:58:33 +0000 (15:58 +0000)
committerDavid M. Lee <dlee@digium.com>
Tue, 19 Mar 2013 15:58:33 +0000 (15:58 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@383342 65c4cc65-6c06-0410-ace0-fbb531ad65f3

codecs/Makefile

index a9f397edeb0461806eb961beedc72ea8bbb6de60..f3f2605adb3801926454efedc386646af7ad485c 100644 (file)
@@ -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)