Signed-off-by: Mathieu Desnoyers <[email protected]> Reported-by: Jonah Caplan <[email protected]> --- plugins/ctf/common/metadata/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/plugins/ctf/common/metadata/Makefile.am b/plugins/ctf/common/metadata/Makefile.am index b6cf6238..7eaae453 100644 --- a/plugins/ctf/common/metadata/Makefile.am +++ b/plugins/ctf/common/metadata/Makefile.am @@ -61,8 +61,8 @@ ERR_MSG = "Error: Cannot build target because flex is missing." ERR_MSG += "Make sure flex is installed and run the configure script again." filter-lexer.c: lexer.l - @echo $(ERR_MSG) - @false + @echo $(ERR_MSG) + @false all-local: lexer.c endif # HAVE_FLEX -- 2.11.0 _______________________________________________ lttng-dev mailing list [email protected] https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
