From: mquinson Date: Thu, 10 Feb 2005 17:29:46 +0000 (+0000) Subject: No idea what this -b flag is for. It's not in flexml 1-6 and neither in 1.1-1 X-Git-Tag: v3.3~4404 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/ccf0ccada44b2d8ad404336fe3ed0e5f9cb4f1c1 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 --- 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