Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
No idea what this -b flag is for. It's not in flexml 1-6 and neither in 1.1-1
[simgrid.git] / src / Makefile.am
index 266e399..9cf54c4 100644 (file)
@@ -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