From: Mathieu Desnoyers Date: Wed, 20 Sep 2017 17:58:43 +0000 (-0400) Subject: Fix: use tabs rather than spaces in makefile X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=2cb42eaef06ffeedf3dce2545c5bd727e48718ba;p=deliverable%2Fbabeltrace.git Fix: use tabs rather than spaces in makefile Signed-off-by: Mathieu Desnoyers Reported-by: Jonah Caplan Signed-off-by: Jérémie Galarneau --- diff --git a/plugins/ctf/common/metadata/Makefile.am b/plugins/ctf/common/metadata/Makefile.am index b6cf62382..7eaae453e 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