From 19568178bd16334b4744f06d26d4745f8bbd961a Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Wed, 29 Jan 2020 23:06:02 -0500 Subject: [PATCH] fix wrong ac_cv_prog_lex_root value the value should only be the root, not including the .c suffix. as noted in commit 2d0015f547b1846eeab1359f5e8ce493d2be50f9 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. --- litecross/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litecross/Makefile b/litecross/Makefile index a3431b2..cfe3fae 100644 --- a/litecross/Makefile +++ b/litecross/Makefile @@ -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 = \