From 9a41b5fa634b7df7f823f57c4b2a3e27874df28f Mon Sep 17 00:00:00 2001 From: alegrand Date: Tue, 1 Feb 2005 03:41:17 +0000 Subject: [PATCH] No need to rebuild the parser if you're not a maintainer. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@835 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Makefile.am b/src/Makefile.am index 15ef059436..7fb590d282 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -138,6 +138,7 @@ gras/DataDesc/ddt_parse.yy.c: gras/DataDesc/ddt_parse.yy.l surf/surf_parse.c: surf/surfxml.c +if MAINTAINER_MODE surf/surfxml.c: surf/surfxml.l @LEX@ -o$@ -Psurf_parse_ $^ @@ -148,6 +149,7 @@ surf/surfxml.l: surf/surfxml.dtd include/surf/surfxml.h: surf/surfxml.dtd cd include/surf; flexml -H -L ../../surf/surfxml.dtd +endif libgras_la_SOURCES= $(COMMON_S) \ gras/Transport/rl_transport.c gras/Transport/transport_plugin_tcp.c gras/Transport/transport_plugin_file.c \ -- 2.20.1