소스 검색

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

+ 1 - 0
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) \