mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 05:47:26 +08:00
* Makefile.am (install, install-info, RECURSIVE_TARGETS): Remove.
* Makefile.in: Regenerate. * aclocal.m4: Regenerate. * doc/Makefile.am (install, install-info): Remove. (install-data-local): A new hook for install-info. (AUTOMAKE_OPTIONS): Require automake 1.8. * doc/Makefile.in: Regenerate.
This commit is contained in:
@ -1,3 +1,13 @@
|
|||||||
|
2004-01-05 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
|
||||||
|
|
||||||
|
* Makefile.am (install, install-info, RECURSIVE_TARGETS): Remove.
|
||||||
|
* Makefile.in: Regenerate.
|
||||||
|
* aclocal.m4: Regenerate.
|
||||||
|
* doc/Makefile.am (install, install-info): Remove.
|
||||||
|
(install-data-local): A new hook for install-info.
|
||||||
|
(AUTOMAKE_OPTIONS): Require automake 1.8.
|
||||||
|
* doc/Makefile.in: Regenerate.
|
||||||
|
|
||||||
2004-01-02 Nutan Singh <nutan@kpitcummins.com>
|
2004-01-02 Nutan Singh <nutan@kpitcummins.com>
|
||||||
|
|
||||||
* doc/c-sh.texi: Update description about floating point behavior
|
* doc/c-sh.texi: Update description about floating point behavior
|
||||||
|
@ -456,12 +456,6 @@ po/POTFILES.in: @MAINT@ Makefile
|
|||||||
for f in $(POTFILES); do echo $$f; done | LC_COLLATE= sort > tmp \
|
for f in $(POTFILES); do echo $$f; done | LC_COLLATE= sort > tmp \
|
||||||
&& mv tmp $(srcdir)/po/POTFILES.in
|
&& mv tmp $(srcdir)/po/POTFILES.in
|
||||||
|
|
||||||
# We want install to imply install-info as per GNU standards, despite the
|
|
||||||
# cygnus option.
|
|
||||||
install: install-recursive install-info
|
|
||||||
install-info: install-info-recursive
|
|
||||||
RECURSIVE_TARGETS += install-info-recursive
|
|
||||||
|
|
||||||
# Note: GASP is now deprecated and has been removed. It is still
|
# Note: GASP is now deprecated and has been removed. It is still
|
||||||
# available in the CVS archive or older binutils releases if it is needed.
|
# available in the CVS archive or older binutils releases if it is needed.
|
||||||
noinst_PROGRAMS = as-new
|
noinst_PROGRAMS = as-new
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
## Process this file with automake to generate Makefile.in
|
## Process this file with automake to generate Makefile.in
|
||||||
|
|
||||||
AUTOMAKE_OPTIONS = cygnus
|
AUTOMAKE_OPTIONS = 1.8 cygnus
|
||||||
|
|
||||||
# What version of the manual you want; "all" includes everything
|
# What version of the manual you want; "all" includes everything
|
||||||
CONFIG=all
|
CONFIG=all
|
||||||
@ -67,8 +67,7 @@ as.dvi: $(srcdir)/as.texinfo asconfig.texi gasver.texi $(CPU_DOCS)
|
|||||||
|
|
||||||
# We want install to imply install-info as per GNU standards, despite the
|
# We want install to imply install-info as per GNU standards, despite the
|
||||||
# cygnus option.
|
# cygnus option.
|
||||||
install: install-info
|
install-data-local: install-info
|
||||||
install-info: install-info-am
|
|
||||||
|
|
||||||
# This one isn't ready for prime time yet. Not even a little bit.
|
# This one isn't ready for prime time yet. Not even a little bit.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user