diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2011-08-31 16:24:53 +0100 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2011-09-01 09:22:09 +0100 |
commit | a5ecb8ddb9cc1d7f2431425efe27cef6a2f239ec (patch) | |
tree | bbef95f7939b79fd3be04c3bf7ba963aa6f75e61 /xml | |
parent | 755fc0fed40b967c99ffb60c1bad06828c589325 (diff) |
Silent-rules-ify some code generation
Diffstat (limited to 'xml')
-rw-r--r-- | xml/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xml/Makefile.am b/xml/Makefile.am index 19fd26c0..9bd31773 100644 --- a/xml/Makefile.am +++ b/xml/Makefile.am @@ -21,8 +21,8 @@ SPECS_GEN = ${SPECS:%.xml=_gen/introspect-%.xml} all-local: $(SPECS_GEN) _gen/introspect-%.xml: %.xml $(tools_dir)/spec-to-introspect.xsl - $(mkdir_p) _gen - $(XSLTPROC) $(XSLTFLAGS) $(tools_dir)/spec-to-introspect.xsl $< \ + $(AM_V_at)$(mkdir_p) _gen + $(AM_V_GEN)$(XSLTPROC) $(XSLTFLAGS) $(tools_dir)/spec-to-introspect.xsl $< \ | $(DROP_NAMESPACE) > $@ clean-local: |