aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-08-30 14:44:00 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-08-30 14:44:00 +0000
commit6ef6450301f932d73bf32fa1f3f4582256cabed6 (patch)
tree9608c2c9b3ba932d282f3daa7ae5054a03470266 /Makefile
parent475a3fdb24b2b6f0ec51f3948ec1d83a7f09febf (diff)
ensure that the parser is generated in 'full/fast' mode
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6450 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4e99b6bdb..842331a84 100755
--- a/Makefile
+++ b/Makefile
@@ -391,7 +391,7 @@ ast_expr2.c:
bison -d --name-prefix=ast_yy ast_expr2.y -o ast_expr2.c
ast_expr2f.c:
- flex ast_expr2.fl
+ flex --full ast_expr2.fl
testexpr2: ast_expr2f.c ast_expr2.c ast_expr2.h
gcc -g -c -DSTANDALONE ast_expr2f.c