........
r383341 | dlee | 2013-03-19 10:57:29 -0500 (Tue, 19 Mar 2013) | 5 lines
Removed codecs/g722/*.i on make clean
........
Merged revisions 383340 from http://svn.asterisk.org/svn/asterisk/branches/1.8
........
r383342 | dlee | 2013-03-19 10:58:33 -0500 (Tue, 19 Mar 2013) | 1 line
Remove codecs/speex/*.i on make clean
........
Merged revisions 383341-383342 from http://svn.asterisk.org/svn/asterisk/branches/11
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@383343
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
for dir in $(SUB_DIRS); do \
$(MAKE) -C $$dir clean; \
done
- rm -f g722/*.[oa]
- rm -f speex/*.[oa]
+ rm -f g722/*.[oai]
+ rm -f speex/*.[oai]
.PHONY: $(SUB_DIRS)