------- Comment #6 from mark at codesourcery dot com 2006-05-21 17:07 ------- Subject: Re: install failure due to unconditional invocation of makeinfo for treelang.texi
aldot at gcc dot gnu dot org wrote: > ------- Comment #5 from aldot at gcc dot gnu dot org 2006-05-21 12:16 ------- > Setting Target Milestone to 4.1.1. > > Ok for trunk and the 4.1 branch? Wouldn't it be better just to modify gcc/Makefile.in to do: ifneq($(BUILD_INFO),) info: $(INFOFILES) lang.info @GENINSRC@ srcinfo lang.srcinfo else info: fi Then, in the subdirectory Makefiles we can avoid checking BUILD_INFO at all. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27516