From: Gerald Pfeifer Date: Thu, 21 Jan 1999 10:39:11 +0000 (+0100) Subject: Makefile.am (SUBDIRS): Include util again in order to generate install-info. X-Git-Tag: prereleases/libgcj-0.1~1226 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7fcbfb22d5ed702003945f2b4662ccf30e99a8a3;p=thirdparty%2Fgcc.git 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 --- diff --git a/texinfo/ChangeLog b/texinfo/ChangeLog index b324c634ca5f..38b56c296d13 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 53c212827e6f..17f166200438 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 94d17d130452..5410efa307ca 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