Don't build the infokey and info binaries during toolchain builds.
This patches the false branch of the Makefile as the true branch is only used for cross-compiling of texinfo with the internal build system. This avoids the termcap dependency as noticed in PR 40810.
This commit is contained in:
parent
09ba0a6ca8
commit
a219a2be6b
2
gnu/dist/texinfo/Makefile.in
vendored
2
gnu/dist/texinfo/Makefile.in
vendored
@ -230,7 +230,7 @@ EXTRA_DIST = ChangeLog.46 INSTALL.generic INTRODUCTION README.dev \
|
||||
# This is to prevent texinfo.tex from being included in the top-level
|
||||
# distribution directory.
|
||||
TEXINFO_TEX = doc/texinfo.tex
|
||||
@TOOLS_ONLY_FALSE@SUBDIRS = $(native_tools) intl m4 lib info makeinfo po util doc
|
||||
@TOOLS_ONLY_FALSE@SUBDIRS = $(native_tools) intl m4 lib makeinfo po util doc
|
||||
@TOOLS_ONLY_TRUE@SUBDIRS = lib info makeinfo util
|
||||
|
||||
# for gettext.
|
||||
|
Loading…
Reference in New Issue
Block a user