aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@linux-mips.org>2004-06-29 19:41:23 +0000
committerMaciej W. Rozycki <macro@linux-mips.org>2004-06-29 19:41:23 +0000
commit4d1cd5c7c2db336f54221d310c95be8c3c80a247 (patch)
tree16cc6e8b3c1e15b76e454164c8064dd491add804 /gas
parentf7948b5f300d193d605b0cbfad727f23a145ff5c (diff)
downloadgdb-4d1cd5c7c2db336f54221d310c95be8c3c80a247.zip
gdb-4d1cd5c7c2db336f54221d310c95be8c3c80a247.tar.gz
gdb-4d1cd5c7c2db336f54221d310c95be8c3c80a247.tar.bz2
* doc/Makefile.am (info): Rename goal to...
(info-local): ... this, to preserve implicit dependencies. * doc/Makefile.in: Regenerate with automake 1.8.5.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog6
-rw-r--r--gas/doc/Makefile.am2
-rw-r--r--gas/doc/Makefile.in18
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 <macro@linux-mips.org>
+
+ * 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 <inaoka.kazuhiro@renesas.com>
* 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