From: mquinson Date: Thu, 10 Dec 2009 14:17:23 +0000 (+0000) Subject: Fix default target about dax.dtd for the ones not having flexml X-Git-Tag: SVN~849 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/13cc26065a0b0319e41594935796e0618ecc81dc Fix default target about dax.dtd for the ones not having flexml git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6877 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/Makefile.am b/src/Makefile.am index 9f35fe338d..a3bf0b0b76 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -537,7 +537,7 @@ $(top_srcdir)/include/xbt/graphxml.h xbt/graphxml.l: $(top_srcdir)/src/xbt/graph @echo "ERROR: Please install it, or if you didn't modify this file, try this:" @echo "ERROR: touch include/xbt/graphxml.h src/xbt/graphxml.l" @exit 1 -simdag/dax_dtd.h simdag/dax_dtd.l: simdag/dax_dtd.dtd +simdag/dax_dtd.h simdag/dax_dtd.l: simdag/dax.dtd @echo "ERROR: src/simdag/dax.dtd was modified, but the flexml program was not detected" @echo "ERROR: Please install it, or if you didn't modify this file, try this:" @echo "ERROR: touch src/simdag/dax_dtd.h src/simdag/dax_dtd.l"