diff options
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 5 | ||||
-rw-r--r-- | bfd/Makefile.am | 11 | ||||
-rw-r--r-- | bfd/Makefile.in | 11 |
3 files changed, 17 insertions, 10 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index b0ecf0c..4db47fb 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2009-07-10 H.J. Lu <hongjiu.lu@intel.com> + + * Makefile.am: Run "make dep-am". + * Makefile.in: Regenerated. + 2009-07-10 Doug Kwan <dougkwan@google.com> * elf32-arm.c (stub_hash_newfunc): Initialize fields diff --git a/bfd/Makefile.am b/bfd/Makefile.am index d487d85..5561964 100644 --- a/bfd/Makefile.am +++ b/bfd/Makefile.am @@ -1204,8 +1204,8 @@ merge.lo: \ dwarf2.lo: \ dwarf2.c \ $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ $(INCDIR)/dwarf2.h \ + $(INCDIR)/elf/common.h \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(INCDIR)/filenames.h \ @@ -2041,8 +2041,8 @@ elf-attrs.lo: \ elf-eh-frame.lo: \ elf-eh-frame.c \ $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ $(INCDIR)/dwarf2.h \ + $(INCDIR)/elf/common.h \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(INCDIR)/filenames.h \ @@ -2172,9 +2172,9 @@ elf32-avr.lo: \ elf32-bfin.lo: \ elf32-bfin.c \ $(INCDIR)/bfdlink.h \ + $(INCDIR)/dwarf2.h \ $(INCDIR)/elf/bfin.h \ $(INCDIR)/elf/common.h \ - $(INCDIR)/dwarf2.h \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/reloc-macros.h \ @@ -2282,8 +2282,8 @@ elf32-fr30.lo: \ elf32-frv.lo: \ elf32-frv.c \ $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ $(INCDIR)/dwarf2.h \ + $(INCDIR)/elf/common.h \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/frv.h \ $(INCDIR)/elf/internal.h \ @@ -2776,8 +2776,8 @@ elf32-vax.lo: \ elf32-xc16x.lo: \ elf32-xc16x.c \ $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ $(INCDIR)/dwarf2.h \ + $(INCDIR)/elf/common.h \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/reloc-macros.h \ @@ -3592,6 +3592,7 @@ vms.lo: \ vms.h vmsutil.lo: \ vmsutil.c \ + $(INCDIR)/filenames.h \ vmsutil.h xcofflink.lo: \ xcofflink.c \ diff --git a/bfd/Makefile.in b/bfd/Makefile.in index d01adde..913a9df 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -1805,8 +1805,8 @@ merge.lo: \ dwarf2.lo: \ dwarf2.c \ $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ $(INCDIR)/dwarf2.h \ + $(INCDIR)/elf/common.h \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(INCDIR)/filenames.h \ @@ -2642,8 +2642,8 @@ elf-attrs.lo: \ elf-eh-frame.lo: \ elf-eh-frame.c \ $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ $(INCDIR)/dwarf2.h \ + $(INCDIR)/elf/common.h \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(INCDIR)/filenames.h \ @@ -2773,9 +2773,9 @@ elf32-avr.lo: \ elf32-bfin.lo: \ elf32-bfin.c \ $(INCDIR)/bfdlink.h \ + $(INCDIR)/dwarf2.h \ $(INCDIR)/elf/bfin.h \ $(INCDIR)/elf/common.h \ - $(INCDIR)/dwarf2.h \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/reloc-macros.h \ @@ -2883,8 +2883,8 @@ elf32-fr30.lo: \ elf32-frv.lo: \ elf32-frv.c \ $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ $(INCDIR)/dwarf2.h \ + $(INCDIR)/elf/common.h \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/frv.h \ $(INCDIR)/elf/internal.h \ @@ -3377,8 +3377,8 @@ elf32-vax.lo: \ elf32-xc16x.lo: \ elf32-xc16x.c \ $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ $(INCDIR)/dwarf2.h \ + $(INCDIR)/elf/common.h \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/reloc-macros.h \ @@ -4193,6 +4193,7 @@ vms.lo: \ vms.h vmsutil.lo: \ vmsutil.c \ + $(INCDIR)/filenames.h \ vmsutil.h xcofflink.lo: \ xcofflink.c \ |