From ccf0ccada44b2d8ad404336fe3ed0e5f9cb4f1c1 Mon Sep 17 00:00:00 2001 From: mquinson Date: Thu, 10 Feb 2005 17:29:46 +0000 Subject: [PATCH] No idea what this -b flag is for. It's not in flexml 1-6 and neither in 1.1-1 git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@947 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 266e3999b1..9cf54c4af4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -153,7 +153,7 @@ surf/surfxml.c: surf/surfxml.l @LEX@ -o$@ -Psurf_parse_ $^ surf/surfxml.l: surf/surfxml.dtd - cd surf; flexml -b 10000000 -S -L surfxml.dtd ; \ + cd surf; flexml -S -L surfxml.dtd ; \ mv surfxml.l surfxml.l.bak ; \ sed 's/surfxml\.h/surf\/surfxml\.h/g' surfxml.l.bak > surfxml.l -- 2.20.1