Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix default target about dax.dtd for the ones not having flexml
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 10 Dec 2009 14:17:23 +0000 (14:17 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 10 Dec 2009 14:17:23 +0000 (14:17 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6877 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/Makefile.am

index 9f35fe3..a3bf0b0 100644 (file)
@@ -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"