From eda81658db3c366503e760ac818285f6717cdcf7 Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Fri, 11 Oct 2002 13:52:53 +0000 Subject: [PATCH] * Makefile.am (BFD_H_DEP): Add simple.c and linker.c. * Makefile.in: Regenerated. --- bfd/doc/ChangeLog | 5 +++++ bfd/doc/Makefile.am | 2 ++ bfd/doc/Makefile.in | 10 ++++++---- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/bfd/doc/ChangeLog b/bfd/doc/ChangeLog index f20113c..b04830c 100644 --- a/bfd/doc/ChangeLog +++ b/bfd/doc/ChangeLog @@ -1,3 +1,8 @@ +2002-10-11 Daniel Jacobowitz + + * Makefile.am (BFD_H_DEP): Add simple.c and linker.c. + * Makefile.in: Regenerated. + 2002-08-29 John David Anglin * chew.c (paramstuff, outputdots, perform, bang and usage): Remove diff --git a/bfd/doc/Makefile.am b/bfd/doc/Makefile.am index 0787143..da51daf 100644 --- a/bfd/doc/Makefile.am +++ b/bfd/doc/Makefile.am @@ -248,6 +248,8 @@ BFD_H_DEP = \ $(srcdir)/../corefile.c \ $(srcdir)/../targets.c \ $(srcdir)/../format.c \ + $(srcdir)/../linker.c \ + $(srcdir)/../simple.c \ $(srcdir)/header.sed \ $(srcdir)/proto.str \ $(srcdir)/../version.h \ diff --git a/bfd/doc/Makefile.in b/bfd/doc/Makefile.in index 66a19d1..d4599e2 100644 --- a/bfd/doc/Makefile.in +++ b/bfd/doc/Makefile.in @@ -1,6 +1,6 @@ -# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am +# Makefile.in generated automatically by automake 1.4 from Makefile.am -# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. +# Copyright (C) 1994, 1995-8, 1999 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. @@ -216,6 +216,8 @@ BFD_H_DEP = \ $(srcdir)/../corefile.c \ $(srcdir)/../targets.c \ $(srcdir)/../format.c \ + $(srcdir)/../linker.c \ + $(srcdir)/../simple.c \ $(srcdir)/header.sed \ $(srcdir)/proto.str \ $(srcdir)/../version.h \ @@ -244,7 +246,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: @@ -330,7 +332,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) -- 2.7.4