[svn-commits] murf: trunk r180079 - /trunk/utils/Makefile

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Mar 3 17:35:29 CST 2009


Author: murf
Date: Tue Mar  3 17:35:26 2009
New Revision: 180079

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=180079
Log:
My bad! left check_expr2 in the ALL_UTILS list by mistake. Already done to 1.6.x

Modified:
    trunk/utils/Makefile

Modified: trunk/utils/Makefile
URL: http://svn.digium.com/svn-view/asterisk/trunk/utils/Makefile?view=diff&rev=180079&r1=180078&r2=180079
==============================================================================
--- trunk/utils/Makefile (original)
+++ trunk/utils/Makefile Tue Mar  3 17:35:26 2009
@@ -27,7 +27,7 @@
 #     changes are made to ast_expr2.y or ast_expr2.fl (or the corresponding .c files),
 #     as a regression test. Others (mere mortals?) need not bother, but they are
 #     more than welcome to play! The regression test itself is in expr2.testinput.
-ALL_UTILS:=astman smsq stereorize streamplayer muted hashtest2 hashtest astcanary refcounter aelparse conf2ael check_expr2
+ALL_UTILS:=astman smsq stereorize streamplayer muted hashtest2 hashtest astcanary refcounter aelparse conf2ael
 UTILS:=$(ALL_UTILS)
 
 LIBS += $(BKTR_LIB) # astobj2 with devmode uses backtrace




More information about the svn-commits mailing list