From: Adam Dickmeiss Date: Fri, 16 Feb 2007 09:00:42 +0000 (+0000) Subject: Rework check-local rule X-Git-Tag: METAPROXY.1.0.10~44 X-Git-Url: http://lists.indexdata.com/cgi-bin?a=commitdiff_plain;h=64d4e7e4e1d3f87b5aa12a93170f7424e1918f16;p=metaproxy-moved-to-github.git Rework check-local rule --- diff --git a/etc/Makefile.am b/etc/Makefile.am index 977277b..5b5c451 100644 --- a/etc/Makefile.am +++ b/etc/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.10 2007-02-01 07:49:20 marc Exp $ +# $Id: Makefile.am,v 1.11 2007-02-16 09:00:42 adam Exp $ # This doesn't actually build anything, it just tests whether the # configuration files here correspond with the schema. @@ -40,8 +40,6 @@ check_xsd: xmllint --noout --xinclude --schema $(xsd) $(xmlconfig) -check-local: - $(MAKE) check_xsd - $(MAKE) check_rng +check-local: check_rng check_xsd