Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Removed useless commands that made flex happy.
[simgrid.git] / src / Makefile.am
index 6bcd4a6..2eaff02 100644 (file)
@@ -246,10 +246,8 @@ gras/DataDesc/ddt_parse.yy.c: gras/DataDesc/ddt_parse.yy.l
 
 if MAINTAINER_MODE
 surf/surfxml.c: surf/surfxml.l
-#      @LEX@ -Psurf_parse_ -t $^ | sed 's/]]//' > $@ 
        @LEX@ -o$@ -Psurf_parse_ $^
 xbt/graphxml.c: xbt/graphxml.l
-#      @LEX@ -Pxbt_graph_parse_ -t $^ | sed 's/]]//' > $@
        @LEX@ -o$@ -Pxbt_graph_parse_ $^
 
 if HAVE_FLEXML