From c01dea506667a88033a124087b166eb6bcf4ac8c Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Wed, 14 Dec 2016 12:42:16 -0500 Subject: [PATCH] further suppress generation of info docs with latest gcc, info files were appearing in the top-level install directory. this seems to make them go away again. --- litecross/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/litecross/Makefile b/litecross/Makefile index e1b8349..4d3ac85 100644 --- a/litecross/Makefile +++ b/litecross/Makefile @@ -43,6 +43,7 @@ endif MAKE += MULTILIB_OSDIRNAMES= MAKE += INFO_DEPS= infodir= MAKE += ac_cv_prog_lex_root=lex.yy.c +MAKE += MAKEINFO=false FULL_TOOLCHAIN_CONFIG = --enable-languages=c,c++ \ $(GCC_CONFIG_FOR_TARGET) \