diff options
Diffstat (limited to 'texinfo/Makefile.in')
-rw-r--r-- | texinfo/Makefile.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/texinfo/Makefile.in b/texinfo/Makefile.in index 94d17d13045..5410efa307c 100644 --- a/texinfo/Makefile.in +++ b/texinfo/Makefile.in @@ -104,8 +104,10 @@ EXTRA_DIST = INTRODUCTION dir-example # Others are alphabetical. SUBDIRS = intl lib info makeinfo po util doc # ??? For EGCS, only build the stuff we actually need. This eliminates the -# need for xgettext that exists in the po subdirectory. -SUBDIRS = intl lib makeinfo +# need for xgettext that exists in the po subdirectory. We do need util in +# order to get install-info, which is used as part of the gcc build/install +# process. +SUBDIRS = intl lib makeinfo util ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs CONFIG_HEADER = config.h |