diff options
author | Alan Modra <amodra@gmail.com> | 2002-02-11 05:05:09 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-02-11 05:05:09 +0000 |
commit | 2c73f9d86113b392342ec5a8cff8a42be78bd429 (patch) | |
tree | 98b392012540fdfa3c48fd89f41538e6084aaa1d /bfd/doc | |
parent | 9a81ba5174efe59df521923738da90c4fc127164 (diff) | |
download | gdb-2c73f9d86113b392342ec5a8cff8a42be78bd429.zip gdb-2c73f9d86113b392342ec5a8cff8a42be78bd429.tar.gz gdb-2c73f9d86113b392342ec5a8cff8a42be78bd429.tar.bz2 |
* Makefile.am: "make dep-am".
* Makefile.in: Regenerate.
* aclocal.m4: Regenerate.
* config.in: Regenerate.
* configure: Regenerate.
Diffstat (limited to 'bfd/doc')
-rw-r--r-- | bfd/doc/ChangeLog | 4 | ||||
-rw-r--r-- | bfd/doc/Makefile.in | 8 |
2 files changed, 8 insertions, 4 deletions
diff --git a/bfd/doc/ChangeLog b/bfd/doc/ChangeLog index 3ddeee9..7330a3e 100644 --- a/bfd/doc/ChangeLog +++ b/bfd/doc/ChangeLog @@ -1,3 +1,7 @@ +2002-02-11 Alan Modra <amodra@bigpond.net.au> + + * Makefile.in: Regenerate. + 2002-02-01 Alan Modra <amodra@bigpond.net.au> * chew.c (WORD): Eliminate. diff --git a/bfd/doc/Makefile.in b/bfd/doc/Makefile.in index e0ce81f..0036c0b 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. @@ -242,7 +242,7 @@ DIST_COMMON = ChangeLog Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = gtar +TAR = tar GZIP_ENV = --best all: all-redirect .SUFFIXES: @@ -328,7 +328,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) |