From: Alan Modra Date: Thu, 28 Mar 2002 06:17:37 +0000 (+0000) Subject: * Makefile.in: Regenerate. X-Git-Tag: binutils-2_12_1~87 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7dd260d73430e5300957422949bab6bd24e75e43;p=thirdparty%2Fbinutils-gdb.git * Makefile.in: Regenerate. --- diff --git a/bfd/doc/ChangeLog b/bfd/doc/ChangeLog index 3ddeee9c4ce..9f694758aa5 100644 --- a/bfd/doc/ChangeLog +++ b/bfd/doc/ChangeLog @@ -1,3 +1,7 @@ +2002-03-28 Alan Modra + + * Makefile.in: Regenerate. + 2002-02-01 Alan Modra * chew.c (WORD): Eliminate. diff --git a/bfd/doc/Makefile.in b/bfd/doc/Makefile.in index e0ce81ffd79..0036c0be529 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)