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
This commit is contained in:
David M. Lee
2013-03-19 15:57:29 +00:00
parent c379172cae
commit 42891b9a08

View File

@@ -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)