summaryrefslogtreecommitdiff
path: root/texinfo
diff options
context:
space:
mode:
authorgerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>1999-01-21 10:39:11 +0000
committergerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>1999-01-21 10:39:11 +0000
commit263d9df3b11a154187eaa253d5ebef9517c34e53 (patch)
treecdb61435b25a86646a6f0ddcb3637aa7efbf1fb0 /texinfo
parentaa5af3a42428d45cac369b2cc50d302a168d62c8 (diff)
downloadgcc-263d9df3b11a154187eaa253d5ebef9517c34e53.tar.gz
* Makefile.am (SUBDIRS): Include util again in order to generate
install-info. * Makefile.in: Rebuild. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24799 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'texinfo')
-rw-r--r--texinfo/ChangeLog6
-rw-r--r--texinfo/Makefile.am6
-rw-r--r--texinfo/Makefile.in6
3 files changed, 14 insertions, 4 deletions
diff --git a/texinfo/ChangeLog b/texinfo/ChangeLog
index b324c634ca5..38b56c296d1 100644
--- a/texinfo/ChangeLog
+++ b/texinfo/ChangeLog
@@ -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
diff --git a/texinfo/Makefile.am b/texinfo/Makefile.am
index 53c212827e6..17f16620043 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 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