From 4d1cd5c7c2db336f54221d310c95be8c3c80a247 Mon Sep 17 00:00:00 2001 From: "Maciej W. Rozycki" Date: Tue, 29 Jun 2004 19:41:23 +0000 Subject: [PATCH] * doc/Makefile.am (info): Rename goal to... (info-local): ... this, to preserve implicit dependencies. * doc/Makefile.in: Regenerate with automake 1.8.5. --- gas/ChangeLog | 6 ++++++ gas/doc/Makefile.am | 2 +- gas/doc/Makefile.in | 18 ++++++++++-------- 3 files changed, 17 insertions(+), 9 deletions(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index 6cedeed..1c0e301 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2004-06-28 Maciej W. Rozycki + + * doc/Makefile.am (info): Rename goal to... + (info-local): ... this, to preserve implicit dependencies. + * doc/Makefile.in: Regenerate with automake 1.8.5. + 2004-06-25 Kazuhiro Inaoka * config/tc-m32r.c (md_convert_frag): Changed for @PLT. diff --git a/gas/doc/Makefile.am b/gas/doc/Makefile.am index 7f0f805..610e899 100644 --- a/gas/doc/Makefile.am +++ b/gas/doc/Makefile.am @@ -85,7 +85,7 @@ CONFIG_STATUS_DEPENDENCIES = $(BFDDIR)/configure.in # Maintenance # We need it for the taz target in ../../Makefile.in. -info: $(MANS) +info-local: $(MANS) # Build the man page from the texinfo file # The sed command removes the no-adjust Nroff command so that diff --git a/gas/doc/Makefile.in b/gas/doc/Makefile.in index 0c6a1b0..8367f5f 100644 --- a/gas/doc/Makefile.in +++ b/gas/doc/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.8.4 from Makefile.am. +# Makefile.in generated by automake 1.8.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -493,7 +493,9 @@ html: html-am html-am: $(HTMLS) -info-am: $(INFO_DEPS) +info: info-am + +info-am: $(INFO_DEPS) info-local install-data-am: install-data-local install-man @@ -559,11 +561,11 @@ uninstall-man: uninstall-man1 .PHONY: all all-am check check-am clean clean-generic clean-info \ clean-libtool dist-info distclean distclean-generic \ - distclean-libtool dvi dvi-am html html-am info info-am install \ - install-am install-data install-data-am install-data-local \ - install-exec install-exec-am install-info install-info-am \ - install-man install-man1 install-strip installcheck \ - installcheck-am installdirs maintainer-clean \ + distclean-libtool dvi dvi-am html html-am info info-am \ + info-local install install-am install-data install-data-am \ + install-data-local install-exec install-exec-am install-info \ + install-info-am install-man install-man1 install-strip \ + installcheck installcheck-am installdirs maintainer-clean \ maintainer-clean-aminfo maintainer-clean-generic mostlyclean \ mostlyclean-aminfo mostlyclean-generic mostlyclean-libtool pdf \ pdf-am ps ps-am uninstall uninstall-am uninstall-info-am \ @@ -590,7 +592,7 @@ install-data-local: install-info # Maintenance # We need it for the taz target in ../../Makefile.in. -info: $(MANS) +info-local: $(MANS) # Build the man page from the texinfo file # The sed command removes the no-adjust Nroff command so that -- 2.7.4