Makefiles: Add $(AM_V_GEN) annotations to clean up "make" output.
[cascardo/ovs.git] / include / openflow / automake.mk
index 2938642..14f7a47 100644 (file)
@@ -12,7 +12,7 @@ if HAVE_PYTHON
 SUFFIXES += .h .hstamp
 
 .h.hstamp:
-       $(run_python) $(srcdir)/build-aux/check-structs -I$(srcdir)/include $<
+       $(AM_V_GEN)$(run_python) $(srcdir)/build-aux/check-structs -I$(srcdir)/include $< && \
        touch $@
 
 HSTAMP_FILES = \