Build check added in commit c458e4a3

Signed-off-by: Timothy Redaelli <[email protected]>
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 7ff66fe..147152d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -230,7 +230,7 @@ config-h-check:
          echo "every C source file must #include <config.h>."; \
          exit 1; \
        fi
-       if grep '#include' $(srcdir)/include/openvswitch/*.h | \
+       @if grep '#include' $(srcdir)/include/openvswitch/*.h | \
            grep -vE '(<.*>)|("openvswitch)|("openflow)'; \
        then \
          echo "See above for list of violations of the rule that"; \
-- 
2.9.3

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to