diff options
author | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-01-21 10:39:11 +0000 |
---|---|---|
committer | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-01-21 10:39:11 +0000 |
commit | 263d9df3b11a154187eaa253d5ebef9517c34e53 (patch) | |
tree | cdb61435b25a86646a6f0ddcb3637aa7efbf1fb0 /texinfo | |
parent | aa5af3a42428d45cac369b2cc50d302a168d62c8 (diff) | |
download | gcc-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/ChangeLog | 6 | ||||
-rw-r--r-- | texinfo/Makefile.am | 6 | ||||
-rw-r--r-- | texinfo/Makefile.in | 6 |
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 |