diff options
author | Alan Modra <amodra@bigpond.net.au> | 2002-02-11 05:05:09 +0000 |
---|---|---|
committer | Alan Modra <amodra@bigpond.net.au> | 2002-02-11 05:05:09 +0000 |
commit | a4376570623c6dee4b8d82b66c81efcc4d640f2f (patch) | |
tree | e7194ef71019fe00f6cd9ae63d74d0f19ee72388 /bfd/doc/Makefile.in | |
parent | e7d41234613fe85602831987c162962a94a139c6 (diff) | |
download | binutils-redhat-a4376570623c6dee4b8d82b66c81efcc4d640f2f.tar.gz |
* Makefile.am: "make dep-am".
* Makefile.in: Regenerate.
* aclocal.m4: Regenerate.
* config.in: Regenerate.
* configure: Regenerate.
Diffstat (limited to 'bfd/doc/Makefile.in')
-rw-r--r-- | bfd/doc/Makefile.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bfd/doc/Makefile.in b/bfd/doc/Makefile.in index e0ce81ffd7..0036c0be52 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) |