[Asterisk-cvs] asterisk Makefile,1.196,1.197

kpfleming kpfleming
Tue Aug 30 10:42:46 CDT 2005


Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv20260

Modified Files:
	Makefile 
Log Message:
ensure that the parser is generated in 'full/fast' mode


Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/Makefile,v
retrieving revision 1.196
retrieving revision 1.197
diff -u -d -r1.196 -r1.197
--- Makefile	30 Aug 2005 02:54:01 -0000	1.196
+++ Makefile	30 Aug 2005 14:44:00 -0000	1.197
@@ -391,7 +391,7 @@
 	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




More information about the svn-commits mailing list