[asterisk-commits] dlee: branch 11 r383342 - /branches/11/codecs/Makefile
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Mar 19 10:58:34 CDT 2013
Author: dlee
Date: Tue Mar 19 10:58:33 2013
New Revision: 383342
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=383342
Log:
Remove codecs/speex/*.i on make clean
Modified:
branches/11/codecs/Makefile
Modified: branches/11/codecs/Makefile
URL: http://svnview.digium.com/svn/asterisk/branches/11/codecs/Makefile?view=diff&rev=383342&r1=383341&r2=383342
==============================================================================
--- branches/11/codecs/Makefile (original)
+++ branches/11/codecs/Makefile Tue Mar 19 10:58:33 2013
@@ -54,7 +54,7 @@
$(MAKE) -C $$dir clean; \
done
rm -f g722/*.[oai]
- rm -f speex/*.[oa]
+ rm -f speex/*.[oai]
.PHONY: $(SUB_DIRS)
More information about the asterisk-commits
mailing list