From 26847b129b41c3651936338ba885dd4a9e201699 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Tue, 3 May 2016 04:28:26 +0000 Subject: [PATCH] fix suppression of info installation blanking INFO_DEPS suffices to prevent attempts to rebuild the docs, but does not reliably suppress their installation. blanking infodir does the latter. there are other methods that work too but this seems to be the simplest. --- litecross/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litecross/Makefile b/litecross/Makefile index 19b3017..fbabe4a 100644 --- a/litecross/Makefile +++ b/litecross/Makefile @@ -15,7 +15,7 @@ MUSL_CONFIG = CC="$(XGCC)" LIBCC="../obj_toolchain/$(TARGET)/libgcc/libgcc.a" -- -include config.mak -MAKE += INFO_DEPS= +MAKE += INFO_DEPS= infodir= MAKE += ac_cv_prog_lex_root=lex.yy.c FULL_TOOLCHAIN_CONFIG = $(TOOLCHAIN_CONFIG) \