From c6db2f054576376039dd07c04cc97921e852053c Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Mon, 14 Oct 2002 12:09:18 +0000 Subject: [PATCH] * Makefile.am: Run "make dep-am". * Makefile.in: Regenerate. * ldver.c: #include "bfdver.h". --- ld/ChangeLog | 6 ++++++ ld/Makefile.am | 6 +++--- ld/Makefile.in | 8 ++++---- ld/ldver.c | 1 + 4 files changed, 14 insertions(+), 7 deletions(-) diff --git a/ld/ChangeLog b/ld/ChangeLog index 2684a62..fce8aa2 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +2002-10-14 Alan Modra + + * Makefile.am: Run "make dep-am". + * Makefile.in: Regenerate. + * ldver.c: #include "bfdver.h". + 2002-10-13 Stephane Carrez * scripttempl/elfm68hc11.sc: Use KEEP for .vectors, .installN, diff --git a/ld/Makefile.am b/ld/Makefile.am index f098429..c25f60a 100644 --- a/ld/Makefile.am +++ b/ld/Makefile.am @@ -1406,9 +1406,9 @@ ldmisc.o: ldmisc.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ ldmisc.h ldexp.h ldlang.h ldgram.h ldlex.h ldmain.h \ ldfile.h ldver.o: ldver.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ - $(INCDIR)/symcat.h sysdep.h config.h $(INCDIR)/fopen-same.h \ - ld.h $(INCDIR)/bin-bugs.h ldver.h ldexp.h ldlang.h \ - ldfile.h ldemul.h ldmain.h + $(INCDIR)/symcat.h ../bfd/bfdver.h sysdep.h config.h \ + $(INCDIR)/fopen-same.h ld.h $(INCDIR)/bin-bugs.h ldver.h \ + ldexp.h ldlang.h ldfile.h ldemul.h ldmain.h ldwrite.o: ldwrite.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ $(INCDIR)/symcat.h sysdep.h config.h $(INCDIR)/fopen-same.h \ $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h ld.h $(INCDIR)/bin-bugs.h \ diff --git a/ld/Makefile.in b/ld/Makefile.in index c89f5c9..69dfd37 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -538,7 +538,7 @@ deffilep.c ldgram.c ldlex.c DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = gtar +TAR = tar GZIP_ENV = --best SOURCES = $(ld_new_SOURCES) $(EXTRA_ld_new_SOURCES) OBJECTS = $(ld_new_OBJECTS) @@ -2103,9 +2103,9 @@ ldmisc.o: ldmisc.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ ldmisc.h ldexp.h ldlang.h ldgram.h ldlex.h ldmain.h \ ldfile.h ldver.o: ldver.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ - $(INCDIR)/symcat.h sysdep.h config.h $(INCDIR)/fopen-same.h \ - ld.h $(INCDIR)/bin-bugs.h ldver.h ldexp.h ldlang.h \ - ldfile.h ldemul.h ldmain.h + $(INCDIR)/symcat.h ../bfd/bfdver.h sysdep.h config.h \ + $(INCDIR)/fopen-same.h ld.h $(INCDIR)/bin-bugs.h ldver.h \ + ldexp.h ldlang.h ldfile.h ldemul.h ldmain.h ldwrite.o: ldwrite.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ $(INCDIR)/symcat.h sysdep.h config.h $(INCDIR)/fopen-same.h \ $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h ld.h $(INCDIR)/bin-bugs.h \ diff --git a/ld/ldver.c b/ld/ldver.c index f81884c..e6c7b09 100644 --- a/ld/ldver.c +++ b/ld/ldver.c @@ -20,6 +20,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include #include "bfd.h" +#include "bfdver.h" #include "sysdep.h" #include "ld.h" -- 2.7.4