[asterisk-commits] dlee: branch 11 r383341 - in /branches/11: ./ codecs/Makefile

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Mar 19 10:57:31 CDT 2013


Author: dlee
Date: Tue Mar 19 10:57:29 2013
New Revision: 383341

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=383341
Log:
Removed codecs/g722/*.i on make clean
........

Merged revisions 383340 from http://svn.asterisk.org/svn/asterisk/branches/1.8

Modified:
    branches/11/   (props changed)
    branches/11/codecs/Makefile

Propchange: branches/11/
------------------------------------------------------------------------------
Binary property 'branch-1.8-merged' - no diff available.

Modified: branches/11/codecs/Makefile
URL: http://svnview.digium.com/svn/asterisk/branches/11/codecs/Makefile?view=diff&rev=383341&r1=383340&r2=383341
==============================================================================
--- branches/11/codecs/Makefile (original)
+++ branches/11/codecs/Makefile Tue Mar 19 10:57:29 2013
@@ -53,7 +53,7 @@
 	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)




More information about the asterisk-commits mailing list