Without this, the following fails: $ make check-lcov [...] Cannot open source file lib/dirs.c.in [...] make: *** [check-lcov] Error 2
CC: Ilya Maximets <[email protected]> Signed-off-by: Dumitru Ceara <[email protected]> --- lib/ovn-dirs.c.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ovn-dirs.c.in b/lib/ovn-dirs.c.in index 7ed1e30..49cfb4a 100644 --- a/lib/ovn-dirs.c.in +++ b/lib/ovn-dirs.c.in @@ -1,4 +1,4 @@ -#line 2 "@srcdir@/lib/dirs.c.in" +#line 2 "@srcdir@/lib/ovn-dirs.c.in" /* * Copyright (c) 2019 * -- 1.8.3.1 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
