aboutsummaryrefslogtreecommitdiffstats
path: root/pbx
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2010-01-22 21:44:18 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2010-01-22 21:44:18 +0000
commit554af21bee873a761c8acc8c43cf50d23b151d16 (patch)
tree4f7c9a47cd45cf2fea355955798c3b18249b5a13 /pbx
parentceede057dfed9e8e701c4f295933d337eadffe64 (diff)
Rebuild from flex, bison sources when necessary.
(issue #14629) Reported by: Marquis Patches: 20100121__issue14629.diff.txt uploaded by tilghman (license 14) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@242423 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'pbx')
-rw-r--r--pbx/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/pbx/Makefile b/pbx/Makefile
index ef3f50440..a106bb5e3 100644
--- a/pbx/Makefile
+++ b/pbx/Makefile
@@ -44,11 +44,13 @@ ael/ael.tab.o ael/ael_lex.o: _ASTCFLAGS+=$(MENUSELECT_OPTS_pbx_ael:%=-D%) $(fore
$(if $(filter pbx_ael,$(EMBEDDED_MODS)),modules.link,pbx_ael.so): ael/ael.tab.o ael/ael_lex.o
-ael/ael_lex.c:
+ael/ael_lex.c: ael/ael.flex
+ $(ECHO_PREFIX) echo " [FLEX] $< -> $@"
(cd ael; flex ael.flex; sed -i -e "/begin standard C headers/i#include \"asterisk.h\"" ael_lex.c)
(cd ael; sed 's@#if __STDC_VERSION__ >= 199901L@#if !defined __STDC_VERSION__ || __STDC_VERSION__ >= 199901L@' ael_lex.c > zz; mv zz ael_lex.c)
-ael/ael.tab.c ael/ael.tab.h:
+ael/ael.tab.c ael/ael.tab.h: ael/ael.y
+ $(ECHO_PREFIX) echo " [BISON] $< -> $@"
(cd ael; bison -v -d ael.y)
dundi-parser.o: dundi-parser.h