diff options
author | H.J. Lu <hjl@lucon.org> | 2002-10-28 22:30:29 +0000 |
---|---|---|
committer | H.J. Lu <hjl@lucon.org> | 2002-10-28 22:30:29 +0000 |
commit | c3a56db7d28b2bea000aeb65d0e8e91a03f12f7b (patch) | |
tree | e0a0172d18d8d80a517996196ed10bf8657ec0a3 /bfd/Makefile.in | |
parent | 660617bfc271d741715ded47490a5868eba6eaaf (diff) | |
download | gdb-c3a56db7d28b2bea000aeb65d0e8e91a03f12f7b.tar.gz |
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.in')
-rw-r--r-- | bfd/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in index a3a0d40fb2a..59d8a65c34e 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 |