From 8746562d74b30ae4d6cdae2e62b651ec12a27d6b Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Tue, 29 Nov 2016 22:03:00 +0100 Subject: [PATCH] buildsystem: update comment about overriden Makefile rule Current versions of automake no longer shine about the redefeinition of the .l.c rule, so ammend the comment accordingly. Also fix the filename and line number. Signed-off-by: "Yann E. MORIN" --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index a6bb262..6d817d4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -67,8 +67,8 @@ AM_V_GPERF_1 = .gperf.c: $(AM_V_GPERF)$(GPERF) -t --output-file $@ -a -C -E -g -k 1,3,$$ -p -t $< -# The following rule produces a warning: -# libs/parser/Makefile.am:41: user target `.l.c' defined here... +# The following rule may produce a warning with some versions of automake: +# Makefile.am:85: user target `.l.c' defined here... # /usr/share/automake-1.11/am/lex.am: ... overrides Automake target # `.l.c' defined here # -- 2.39.2