From a2309375de9d96c9e135209f62d34c76b9c8fc8e Mon Sep 17 00:00:00 2001 From: mquinson Date: Sun, 3 Feb 2008 10:40:57 +0000 Subject: [PATCH] Remove a useless and now harmful rapid hack git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5240 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index c9e05ca0e7..25c9f5fd20 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -466,7 +466,6 @@ surf/simgrid_dtd.l: $(srcdir)/surf/simgrid.dtd set -e; mkdir -p surf; flexml --root-tags platform -b 1000000 -P surfxml --sysid=simgrid.dtd -S $@ -L $^ $(top_srcdir)/include/surf/simgrid_dtd.h: $(srcdir)/surf/simgrid.dtd set -e; flexml --root-tags platform -P surfxml --sysid=simgrid.dtd -H $@ -L $^ - mv $(top_srcdir)/include/surf/simgrid.h $@ sed 's/extern *\([^ ]*[ \*]*\)/XBT_PUBLIC_DATA(\1) /' -i $@ sed 's/XBT_PUBLIC_DATA(\([^)]*\)) *\([^(]*\)(/XBT_PUBLIC(\1) \2(/' -i $@ -- 2.20.1