From: mquinson Date: Wed, 23 Dec 2009 16:51:58 +0000 (+0000) Subject: Fix my fix about building without flexml X-Git-Tag: SVN~755 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/ebae77b3368f80b11c681c2d03ade654038087d2 Fix my fix about building without flexml git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6971 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/Makefile.am b/src/Makefile.am index 520ee531c3..6e20976094 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -531,17 +531,17 @@ $(top_srcdir)/include/surf/simgrid_dtd.h surf/simgrid_dtd.l: $(top_srcdir)/src/s @echo "WARNING: src/surf/simgrid.dtd seem to be modified, but the flexml program was not detected" @echo "WARNING: Please install it if you did modify this file." @echo "WARNING: For now, I'll ignore the change" - touch include/surf/simgrid_dtd.h src/surf/simgrid_dtd.l + touch $(top_srcdir)/include/surf/simgrid_dtd.h $(top_srcdir)/src/surf/simgrid_dtd.l $(top_srcdir)/include/xbt/graphxml.h xbt/graphxml.l: $(top_srcdir)/src/xbt/graphxml.dtd @echo "WARNING: src/xbt/graphxml.dtd seem to be modified, but the flexml program was not detected" @echo "WARNING: Please install it if you did modify this file." @echo "WARNING: For now, I'll ignore the change" - touch include/xbt/graphxml.h src/xbt/graphxml.l" + touch $(top_srcdir)/include/xbt/graphxml.h $(top_srcdir)/src/xbt/graphxml.l" simdag/dax_dtd.h simdag/dax_dtd.l: simdag/dax.dtd @echo "WARNING: src/simdag/dax.dtd seem to be modified, but the flexml program was not detected" @echo "WARNING: Please install it if you did modify this file." @echo "WARNING: For now, I'll ignore the change" - touch src/simdag/dax_dtd.h src/simdag/dax_dtd.l + touch $(top_srcdir)/src/simdag/dax_dtd.h $(top_srcdir)/src/simdag/dax_dtd.l endif endif endif