mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 11:58:52 +00:00
Merged revisions 52052 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r52052 | murf | 2007-01-24 11:26:22 -0700 (Wed, 24 Jan 2007) | 9 lines Merged revisions 52002 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r52002 | murf | 2007-01-24 10:43:50 -0700 (Wed, 24 Jan 2007) | 1 line updated check_expr via 8322 (refactoring of expression checking impl); elfring contributed a nice code reorg, I contributed some time to get it working again, better messages ........ ................ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@52053 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -13,7 +13,8 @@
|
||||
|
||||
.PHONY: clean all uninstall
|
||||
|
||||
ALL_UTILS:=astman smsq stereorize streamplayer aelparse muted
|
||||
# to get check_expr, add it to the ALL_UTILS list
|
||||
ALL_UTILS:=astman smsq stereorize streamplayer aelparse muted check_expr
|
||||
UTILS:=$(ALL_UTILS)
|
||||
|
||||
include $(ASTTOPDIR)/Makefile.rules
|
||||
@@ -85,7 +86,7 @@ ast_expr2f.c: ../main/ast_expr2f.c
|
||||
|
||||
ast_expr2f.o: ASTCFLAGS+=-DSTANDALONE_AEL -I../main
|
||||
|
||||
check_expr: check_expr.c ast_expr2.o ast_expr2f.o
|
||||
check_expr: check_expr.o ast_expr2.o ast_expr2f.o
|
||||
|
||||
aelbison.c: ../pbx/ael/ael.tab.c
|
||||
@cp $< $@
|
||||
|
Reference in New Issue
Block a user