]> git.proxmox.com Git - ovs.git/commitdiff
Makefile.am: Suppress echoing of config-h-check.
authorTimothy Redaelli <tredaelli@redhat.com>
Wed, 22 Feb 2017 16:18:28 +0000 (17:18 +0100)
committerJoe Stringer <joe@ovn.org>
Wed, 22 Feb 2017 23:19:32 +0000 (15:19 -0800)
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>
Makefile.am

index 7ff66fe150867866bdf3abcd579fdfdbff0087f4..a4dd7b8dd16a956ca6323b4dfd8986be3ff6fe9d 100644 (file)
@@ -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"; \