diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-04-10 00:37:58 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-04-10 00:37:58 +0000 |
commit | 8cddf9cb4e66439a14800e5e52febf44f588fa8d (patch) | |
tree | 1f39cfbf138586d54ffaf1f603d116eebdb960bc /texinfo/Makefile.in | |
parent | 13520caadc8c8d300450cfca101c88c5926412b9 (diff) | |
download | gcc-8cddf9cb4e66439a14800e5e52febf44f588fa8d.tar.gz |
* 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
Diffstat (limited to 'texinfo/Makefile.in')
-rw-r--r-- | texinfo/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/texinfo/Makefile.in b/texinfo/Makefile.in index eb5dba42e32..da6da65c177 100644 --- a/texinfo/Makefile.in +++ b/texinfo/Makefile.in @@ -102,6 +102,9 @@ 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 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs CONFIG_HEADER = config.h |