From 13cc26065a0b0319e41594935796e0618ecc81dc Mon Sep 17 00:00:00 2001 From: mquinson Date: Thu, 10 Dec 2009 14:17:23 +0000 Subject: [PATCH] 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 --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.20.1