From 8cddf9cb4e66439a14800e5e52febf44f588fa8d Mon Sep 17 00:00:00 2001 From: law Date: Fri, 10 Apr 1998 00:37:58 +0000 Subject: * Makefile.am (SUBDIRS): Redefine to exclude info, po, util and doc. * Makefile.in: Rebuild. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19076 138bc75d-0d04-0410-961f-82ee72b054a4 --- texinfo/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'texinfo/Makefile.am') diff --git a/texinfo/Makefile.am b/texinfo/Makefile.am index 9449a03bbfd..53c212827e6 100644 --- a/texinfo/Makefile.am +++ b/texinfo/Makefile.am @@ -14,3 +14,6 @@ EXTRA_DIST = INTRODUCTION dir-example # Do doc/ last so makeinfo will be built when we get there. # 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 -- cgit v1.2.1