OSDN Git Service

* Makefile.am (SUBDIRS): Include util again in order to generate
[pf3gnuchains/gcc-fork.git] / texinfo / Makefile.am
index 53c2128..17f1662 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