summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTimothy Redaelli <tredaelli@redhat.com>2017-02-22 17:18:28 +0100
committerJoe Stringer <joe@ovn.org>2017-02-22 15:19:32 -0800
commitf7e6e24c1c113e183453a4858378299fe31e3752 (patch)
treed65059a204416b7bba71522e8cb7f3ba3bec1edf /Makefile.am
parentfe3520d727654f866ff19026273c47c846750c73 (diff)
downloadopenvswitch-f7e6e24c1c113e183453a4858378299fe31e3752.tar.gz
Makefile.am: Suppress echoing of config-h-check.
Fixes: c458e4a372d1 ("Makefile.am: Avoid include/ depending on lib/.") Signed-off-by: Timothy Redaelli <tredaelli@redhat.com> Signed-off-by: Joe Stringer <joe@ovn.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 7ff66fe15..a4dd7b8dd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -229,8 +229,8 @@ config-h-check:
echo "See above for list of violations of the rule that"; \
echo "every C source file must #include <config.h>."; \
exit 1; \
- fi
- if grep '#include' $(srcdir)/include/openvswitch/*.h | \
+ fi; \
+ if grep '#include' include/openvswitch/*.h | \
grep -vE '(<.*>)|("openvswitch)|("openflow)'; \
then \
echo "See above for list of violations of the rule that"; \