Makefile.am (SUBDIRS): Include util again in order to generate install-info.
authorGerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
Thu, 21 Jan 1999 10:39:11 +0000 (11:39 +0100)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Thu, 21 Jan 1999 10:39:11 +0000 (10:39 +0000)
* Makefile.am (SUBDIRS): Include util again in order to generate
install-info.
* Makefile.in: Rebuild.

From-SVN: r24799

texinfo/ChangeLog
texinfo/Makefile.am
texinfo/Makefile.in

index b324c634ca5f6752f40d683adfc6b1bd72e94090..38b56c296d13a7cf4ec35bc62bc0bd7f034a68c2 100644 (file)
@@ -1,3 +1,9 @@
+1999-01-21  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
+
+       * Makefile.am (SUBDIRS): Include util again in order to generate
+       install-info.
+       * Makefile.in: Rebuild.
+
 1998-11-20  Manfred Hollstein  <manfred@s-direktnet.de>
  
        * makeinfo/Makefile.am (noinst_PROGRAMS): Renamed from bin_PROGRAMS
index 53c212827e6ff79982779f52584657ca6056afad..17f166200438d4150a9e5aa449f2b9aa2ca23333 100644 (file)
@@ -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
index 94d17d1304528d9284d9424e500f4c3dc61820cd..5410efa307ca1a5f024e684d4dff8cf472ead27a 100644 (file)
@@ -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