From: Yann E. MORIN Date: Tue, 29 Nov 2016 21:03:00 +0000 (+0100) Subject: buildsystem: update comment about overriden Makefile rule X-Git-Tag: v4.9.0.0~3 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8746562d74b30ae4d6cdae2e62b651ec12a27d6b;p=kconfig-frontends 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" --- 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 #