mirror of git://gcc.gnu.org/git/gcc.git
Makefile.am (SUBDIRS): Include util again in order to generate install-info.
* Makefile.am (SUBDIRS): Include util again in order to generate install-info. * Makefile.in: Rebuild. From-SVN: r24799
This commit is contained in:
parent
de5c8e4969
commit
7fcbfb22d5
|
|
@ -1,3 +1,9 @@
|
||||||
|
1999-01-21 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
|
||||||
|
|
||||||
|
* Makefile.am (SUBDIRS): Include util again in order to generate
|
||||||
|
install-info.
|
||||||
|
* Makefile.in: Rebuild.
|
||||||
|
|
||||||
1998-11-20 Manfred Hollstein <manfred@s-direktnet.de>
|
1998-11-20 Manfred Hollstein <manfred@s-direktnet.de>
|
||||||
|
|
||||||
* makeinfo/Makefile.am (noinst_PROGRAMS): Renamed from bin_PROGRAMS
|
* makeinfo/Makefile.am (noinst_PROGRAMS): Renamed from bin_PROGRAMS
|
||||||
|
|
|
||||||
|
|
@ -15,5 +15,7 @@ EXTRA_DIST = INTRODUCTION dir-example
|
||||||
# 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
|
# ??? For EGCS, only build the stuff we actually need. This eliminates the
|
||||||
# need for xgettext that exists in the po subdirectory.
|
# need for xgettext that exists in the po subdirectory. We do need util in
|
||||||
SUBDIRS = intl lib makeinfo
|
# order to get install-info, which is used as part of the gcc build/install
|
||||||
|
# process.
|
||||||
|
SUBDIRS = intl lib makeinfo util
|
||||||
|
|
|
||||||
|
|
@ -104,8 +104,10 @@ EXTRA_DIST = INTRODUCTION dir-example
|
||||||
# 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
|
# ??? For EGCS, only build the stuff we actually need. This eliminates the
|
||||||
# need for xgettext that exists in the po subdirectory.
|
# need for xgettext that exists in the po subdirectory. We do need util in
|
||||||
SUBDIRS = intl lib makeinfo
|
# order to get install-info, which is used as part of the gcc build/install
|
||||||
|
# process.
|
||||||
|
SUBDIRS = intl lib makeinfo util
|
||||||
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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue