From 840f024325bed2b4eab967f2072e6408233df3f0 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Mon, 28 Oct 2002 22:30:29 +0000 Subject: [PATCH] 2002-10-28 H.J. Lu * Makefile.am (targets.lo): Depend on Makefile instead of config.status. (archures.lo): Likewise. * Makefile.in: Regenerated. --- bfd/ChangeLog | 7 +++++++ bfd/Makefile.am | 4 ++-- bfd/Makefile.in | 4 ++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index fc698dc62d..8aef376bca 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2002-10-28 H.J. Lu + + * Makefile.am (targets.lo): Depend on Makefile instead of + config.status. + (archures.lo): Likewise. + * Makefile.in: Regenerated. + 2002-10-25 Jason Thorpe * config.bfd (mips*el-*-netbsd*, mips*-*-netbsd*): Add diff --git a/bfd/Makefile.am b/bfd/Makefile.am index ecd583a67f..151fff1d39 100644 --- a/bfd/Makefile.am +++ b/bfd/Makefile.am @@ -654,10 +654,10 @@ targmatch.h: config.bfd targmatch.sed # When compiling archures.c and targets.c, supply the default target # info from configure. -targets.lo: targets.c config.status +targets.lo: targets.c Makefile $(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/targets.c -archures.lo: archures.c config.status +archures.lo: archures.c Makefile $(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/archures.c elf32-target.h : elfxx-target.h diff --git a/bfd/Makefile.in b/bfd/Makefile.in index a3a0d40fb2..59d8a65c34 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -1201,10 +1201,10 @@ targmatch.h: config.bfd targmatch.sed # When compiling archures.c and targets.c, supply the default target # info from configure. -targets.lo: targets.c config.status +targets.lo: targets.c Makefile $(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/targets.c -archures.lo: archures.c config.status +archures.lo: archures.c Makefile $(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/archures.c elf32-target.h : elfxx-target.h -- 2.34.1