From c3a56db7d28b2bea000aeb65d0e8e91a03f12f7b Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Mon, 28 Oct 2002 22:30:29 +0000 Subject: 2002-10-28 H.J. Lu * Makefile.am (targets.lo): Depend on Makefile instead of config.status. (archures.lo): Likewise. * Makefile.in: Regenerated. --- bfd/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bfd/Makefile.am') diff --git a/bfd/Makefile.am b/bfd/Makefile.am index ecd583a67f2..151fff1d39d 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 -- cgit v1.2.1