From: Jeffrey A Law Date: Thu, 24 Jun 1999 21:05:57 +0000 (+0000) Subject: Makefile.am (SUBDIRS): Remove util again. X-Git-Tag: prereleases/gcc-2.95-test~146 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ac6ff98c2dafee6613366eea5ad2d6fd890e00d;p=thirdparty%2Fgcc.git Makefile.am (SUBDIRS): Remove util again. * Makefile.am (SUBDIRS): Remove util again. * Makefile.in: Rebuilt. From-SVN: r27735 --- diff --git a/texinfo/ChangeLog b/texinfo/ChangeLog index f18cd1a9f819..5a42bc82b3f8 100644 --- a/texinfo/ChangeLog +++ b/texinfo/ChangeLog @@ -1,3 +1,8 @@ +Thu Jun 24 22:05:20 1999 Jeffrey A Law (law@cygnus.com) + + * Makefile.am (SUBDIRS): Remove util again. + * Makefile.in: Rebuilt. + Wed Jun 2 00:47:03 1999 Philippe De Muyter * acconfig.h (libintl.h): Does not include this file here because diff --git a/texinfo/Makefile.am b/texinfo/Makefile.am index 17f166200438..53c212827e6f 100644 --- a/texinfo/Makefile.am +++ b/texinfo/Makefile.am @@ -15,7 +15,5 @@ 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. 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 +# need for xgettext that exists in the po subdirectory. +SUBDIRS = intl lib makeinfo diff --git a/texinfo/Makefile.in b/texinfo/Makefile.in index 5410efa307ca..94d17d130452 100644 --- a/texinfo/Makefile.in +++ b/texinfo/Makefile.in @@ -104,10 +104,8 @@ 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. 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 +# need for xgettext that exists in the po subdirectory. +SUBDIRS = intl lib makeinfo ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs CONFIG_HEADER = config.h