Commit 96368631 by Jim Wilson Committed by Jeff Law

Makefile.am (SUBDIRS): Redefine to exclude info, po, util and doc.

        * Makefile.am (SUBDIRS): Redefine to exclude info, po, util and doc.
        * Makefile.in: Rebuild.

From-SVN: r19076
parent 4b104d6e
Fri Apr 10 01:36:24 1998 Jim Wilson <wilson@cygnus.com>
* Makefile.am (SUBDIRS): Redefine to exclude info, po, util and doc.
* Makefile.in: Rebuild.
Thu Apr 2 18:29:26 1998 Jim Wilson <wilson@cygnus.com> Thu Apr 2 18:29:26 1998 Jim Wilson <wilson@cygnus.com>
* info/termdep.h: If POSIX, #undef TIOCGETC for benefit of systems * info/termdep.h: If POSIX, #undef TIOCGETC for benefit of systems
......
...@@ -14,3 +14,6 @@ EXTRA_DIST = INTRODUCTION dir-example ...@@ -14,3 +14,6 @@ EXTRA_DIST = INTRODUCTION dir-example
# Do doc/ last so makeinfo will be built when we get there. # Do doc/ last so makeinfo will be built when we get there.
# Others are alphabetical. # Others are alphabetical.
SUBDIRS = intl lib info makeinfo po util doc 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
...@@ -102,6 +102,9 @@ EXTRA_DIST = INTRODUCTION dir-example ...@@ -102,6 +102,9 @@ EXTRA_DIST = INTRODUCTION dir-example
# Do doc/ last so makeinfo will be built when we get there. # Do doc/ last so makeinfo will be built when we get there.
# Others are alphabetical. # Others are alphabetical.
SUBDIRS = intl lib info makeinfo po util doc 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 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
CONFIG_HEADER = config.h CONFIG_HEADER = config.h
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment