diff options
author | Alan Modra <amodra@gmail.com> | 2008-05-14 06:45:42 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2008-05-14 06:45:42 +0000 |
commit | 8944f3c2775287a2e34027b8ce4d2823eb304013 (patch) | |
tree | ca41d4d5db6213fd3bec56434ff6bb827817f286 /bfd/Makefile.in | |
parent | 20c625669c8a34593ff477627c9c0f92d310d31d (diff) | |
download | gdb-8944f3c2775287a2e34027b8ce4d2823eb304013.zip gdb-8944f3c2775287a2e34027b8ce4d2823eb304013.tar.gz gdb-8944f3c2775287a2e34027b8ce4d2823eb304013.tar.bz2 |
update dependencies
Diffstat (limited to 'bfd/Makefile.in')
-rw-r--r-- | bfd/Makefile.in | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in index 25f123f..0e48abd 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -51,7 +51,9 @@ am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \ $(top_srcdir)/../config/depstand.m4 \ $(top_srcdir)/../config/gettext-sister.m4 \ $(top_srcdir)/../config/lead-dot.m4 \ - $(top_srcdir)/../config/nls.m4 $(top_srcdir)/../config/po.m4 \ + $(top_srcdir)/../config/nls.m4 \ + $(top_srcdir)/../config/override.m4 \ + $(top_srcdir)/../config/po.m4 \ $(top_srcdir)/../config/proginstall.m4 \ $(top_srcdir)/../config/progtest.m4 \ $(top_srcdir)/../config/stdint.m4 $(top_srcdir)/../libtool.m4 \ @@ -2133,8 +2135,8 @@ elf32-sparc.lo: elf32-sparc.c $(INCDIR)/filenames.h \ $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/sparc.h \ $(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/sparc.h \ elfxx-sparc.h elf-vxworks.h elf32-target.h -elf32-spu.lo: elf32-spu.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \ - $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ +elf32-spu.lo: elf32-spu.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \ + $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/spu.h \ $(INCDIR)/elf/reloc-macros.h elf32-spu.h elf32-target.h elf32-v850.lo: elf32-v850.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \ |