aboutsummaryrefslogtreecommitdiff
path: root/bfd/Makefile.am
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2002-10-28 22:30:29 +0000
committerH.J. Lu <hjl.tools@gmail.com>2002-10-28 22:30:29 +0000
commit840f024325bed2b4eab967f2072e6408233df3f0 (patch)
tree66f6f92ae96cb05fc8070098cc2c953d17bd72e4 /bfd/Makefile.am
parente70ea697bd6460f4fd46b8aefe68b7009c872a1a (diff)
downloadgdb-840f024325bed2b4eab967f2072e6408233df3f0.zip
gdb-840f024325bed2b4eab967f2072e6408233df3f0.tar.gz
gdb-840f024325bed2b4eab967f2072e6408233df3f0.tar.bz2
2002-10-28 H.J. Lu <hjl@gnu.org>
* Makefile.am (targets.lo): Depend on Makefile instead of config.status. (archures.lo): Likewise. * Makefile.in: Regenerated.
Diffstat (limited to 'bfd/Makefile.am')
-rw-r--r--bfd/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/Makefile.am b/bfd/Makefile.am
index ecd583a..151fff1 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