summaryrefslogtreecommitdiff
path: root/bfd/doc
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2002-10-14 12:06:23 +0000
committerAlan Modra <amodra@bigpond.net.au>2002-10-14 12:06:23 +0000
commitdaf326d897f9674c4e413bf7f7c5bd55f6372c48 (patch)
tree04de2cb130caef588bc745006d9e7a58cfbd706a /bfd/doc
parentb0c4595e8e752bcd60c079f3a6033a1fcbd202fd (diff)
downloadgdb-daf326d897f9674c4e413bf7f7c5bd55f6372c48.tar.gz
* Makefile.in: Regenerate.
Diffstat (limited to 'bfd/doc')
-rw-r--r--bfd/doc/ChangeLog5
-rw-r--r--bfd/doc/Makefile.in7
2 files changed, 7 insertions, 5 deletions
diff --git a/bfd/doc/ChangeLog b/bfd/doc/ChangeLog
index b04830c22e0..a236bfb32fd 100644
--- a/bfd/doc/ChangeLog
+++ b/bfd/doc/ChangeLog
@@ -1,6 +1,9 @@
+2002-10-14 Alan Modra <amodra@bigpond.net.au>
+
+ * Makefile.in: Regenerate.
+
2002-10-11 Daniel Jacobowitz <drow@mvista.com>
- * Makefile.am (BFD_H_DEP): Add simple.c and linker.c.
* Makefile.in: Regenerated.
2002-08-29 John David Anglin <dave@hiauly1.hia.nrc.ca>
diff --git a/bfd/doc/Makefile.in b/bfd/doc/Makefile.in
index d4599e2b6a2..d25bbf2c743 100644
--- a/bfd/doc/Makefile.in
+++ b/bfd/doc/Makefile.in
@@ -1,6 +1,6 @@
-# Makefile.in generated automatically by automake 1.4 from Makefile.am
+# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
-# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
+# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -119,7 +119,6 @@ bfd_default_target_size = @bfd_default_target_size@
bfd_libs = @bfd_libs@
bfd_machines = @bfd_machines@
bfd_version = @bfd_version@
-bfd_version_date = @bfd_version_date@
bfd_version_string = @bfd_version_string@
bfdincludedir = @bfdincludedir@
bfdlibdir = @bfdlibdir@
@@ -332,7 +331,7 @@ uninstall-info:
else ii=; fi; \
list='$(INFO_DEPS)'; \
for file in $$list; do \
- test -z "$ii" \
+ test -z "$$ii" \
|| install-info --info-dir=$(DESTDIR)$(infodir) --remove $$file; \
done
@$(NORMAL_UNINSTALL)