diff options
author | Alan Modra <amodra@gmail.com> | 2005-02-21 11:48:59 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2005-02-21 11:48:59 +0000 |
commit | 72f477446021f31afd930bb5366396b75c215fae (patch) | |
tree | 074e99b07b90a2cc36ad32ca47f30f5b54e794dd /binutils/doc | |
parent | db9db6f27ef240ad953a329eff87748b3e43ed09 (diff) | |
download | gdb-72f477446021f31afd930bb5366396b75c215fae.zip gdb-72f477446021f31afd930bb5366396b75c215fae.tar.gz gdb-72f477446021f31afd930bb5366396b75c215fae.tar.bz2 |
* Makefile.am: Run "make dep-am"
* Makefile.in: Regenerate.
* doc/Makefile.in: Regenerate.
Diffstat (limited to 'binutils/doc')
-rw-r--r-- | binutils/doc/Makefile.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/binutils/doc/Makefile.in b/binutils/doc/Makefile.in index 22494c6..6c70682 100644 --- a/binutils/doc/Makefile.in +++ b/binutils/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-p6 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. @@ -189,7 +189,7 @@ DIST_COMMON = Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = gtar +TAR = tar GZIP_ENV = --best all: all-redirect .SUFFIXES: @@ -275,7 +275,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) |