Browse Source

suppress info build and installation, remove texinfo dependency

Rich Felker 9 years ago
parent
commit
ab6716ea08
1 changed files with 2 additions and 0 deletions
  1. 2 0
      litecross/Makefile

+ 2 - 0
litecross/Makefile

@@ -15,6 +15,8 @@ MUSL_CONFIG = CC="$(XGCC)" LIBCC="../obj_toolchain/$(TARGET)/libgcc/libgcc.a" --
 
 -include config.mak
 
+MAKE += INFO_DEPS=
+
 FULL_TOOLCHAIN_CONFIG = $(TOOLCHAIN_CONFIG) \
 	--disable-werror \
 	--target=$(TARGET) --prefix= \