From 7fcbfb22d5ed702003945f2b4662ccf30e99a8a3 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Thu, 21 Jan 1999 11:39:11 +0100 Subject: [PATCH] Makefile.am (SUBDIRS): Include util again in order to generate install-info. * Makefile.am (SUBDIRS): Include util again in order to generate install-info. * Makefile.in: Rebuild. From-SVN: r24799 --- texinfo/ChangeLog | 6 ++++++ texinfo/Makefile.am | 6 ++++-- texinfo/Makefile.in | 6 ++++-- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/texinfo/ChangeLog b/texinfo/ChangeLog index b324c63..38b56c2 100644 --- a/texinfo/ChangeLog +++ b/texinfo/ChangeLog @@ -1,3 +1,9 @@ +1999-01-21 Gerald Pfeifer + + * Makefile.am (SUBDIRS): Include util again in order to generate + install-info. + * Makefile.in: Rebuild. + 1998-11-20 Manfred Hollstein * makeinfo/Makefile.am (noinst_PROGRAMS): Renamed from bin_PROGRAMS diff --git a/texinfo/Makefile.am b/texinfo/Makefile.am index 53c2128..17f1662 100644 --- a/texinfo/Makefile.am +++ b/texinfo/Makefile.am @@ -15,5 +15,7 @@ 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 diff --git a/texinfo/Makefile.in b/texinfo/Makefile.in index 94d17d1..5410efa 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 -- 2.7.4