fix wrong ac_cv_prog_lex_root value

the value should only be the root, not including the .c suffix. as
noted in commit 2d0015f547 which added
this, the result is not actually used, so it doesn't matter that it's
wrong, but the wrong value produces spurious error output in configure
logs.
This commit is contained in:
Rich Felker 2020-01-29 23:06:02 -05:00
parent 03d6d755c7
commit 19568178bd
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ endif
MAKE += MULTILIB_OSDIRNAMES=
MAKE += INFO_DEPS= infodir=
MAKE += ac_cv_prog_lex_root=lex.yy.c
MAKE += ac_cv_prog_lex_root=lex.yy
MAKE += MAKEINFO=false
FULL_BINUTILS_CONFIG = \