From: Steve Murphy Date: Tue, 3 Mar 2009 23:35:26 +0000 (+0000) Subject: My bad! left check_expr2 in the ALL_UTILS list by mistake. Already done to 1.6.x X-Git-Tag: 1.6.2.0-beta1~88 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ceea9b1dced92b4ab798a9bc78de5799dd4f71d0;p=thirdparty%2Fasterisk.git My bad! left check_expr2 in the ALL_UTILS list by mistake. Already done to 1.6.x git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@180079 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/utils/Makefile b/utils/Makefile index 3bf1afc79b..fb6f0d1e21 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -27,7 +27,7 @@ ASTTOPDIR?=.. # 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