소스 검색

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.
Rich Felker 5 년 전
부모
커밋
19568178bd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      litecross/Makefile

+ 1 - 1
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 = \