mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Merged revisions 67526 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r67526 | murf | 2007-06-05 15:30:18 -0600 (Tue, 05 Jun 2007) | 1 line this fixes bug 9883, wherein macros were not allowing the includes construct. fixed and tested, looks OK. Now includes can serve as an adjunct to catch. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@67529 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -93,7 +93,7 @@ check_expr: check_expr.o ast_expr2.o ast_expr2f.o
|
||||
aelbison.c: ../pbx/ael/ael.tab.c
|
||||
@cp $< $@
|
||||
aelbison.o: aelbison.c ../pbx/ael/ael.tab.h ../include/asterisk/ael_structs.h
|
||||
aelbison.o: ASTCFLAGS+=-I../pbx
|
||||
aelbison.o: ASTCFLAGS+=-I../pbx/ael -DYYENABLE_NLS=0
|
||||
|
||||
pbx_ael.c: ../pbx/pbx_ael.c
|
||||
@cp $< $@
|
||||
|
Reference in New Issue
Block a user