diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2009-06-15 14:36:33 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2009-06-15 14:36:33 +0000 |
commit | 482c6ce9a2d670067ae742113bc6fbd8e512e375 (patch) | |
tree | 43a408da009b31df1ec16491e68c23d173a728cb /bfd/Makefile.am | |
parent | 8bcf271860ce0fc03a51329dd53a7fc43f631f8d (diff) | |
download | gdb-482c6ce9a2d670067ae742113bc6fbd8e512e375.zip gdb-482c6ce9a2d670067ae742113bc6fbd8e512e375.tar.gz gdb-482c6ce9a2d670067ae742113bc6fbd8e512e375.tar.bz2 |
2009-06-15 H.J. Lu <hongjiu.lu@intel.com>
* Makefile.am: Run "make dep-am".
* Makefile.in: Regenerated.
Diffstat (limited to 'bfd/Makefile.am')
-rw-r--r-- | bfd/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/Makefile.am b/bfd/Makefile.am index b739b7f..23d7377 100644 --- a/bfd/Makefile.am +++ b/bfd/Makefile.am @@ -2337,6 +2337,7 @@ elf32-i386.lo: \ $(INCDIR)/elf/reloc-macros.h \ $(INCDIR)/filenames.h \ $(INCDIR)/hashtab.h \ + $(INCDIR)/objalloc.h \ bfd_stdint.h \ elf-bfd.h \ elf-vxworks.h \ @@ -3841,6 +3842,7 @@ elf64-x86-64.lo: \ $(INCDIR)/elf/x86-64.h \ $(INCDIR)/filenames.h \ $(INCDIR)/hashtab.h \ + $(INCDIR)/objalloc.h \ bfd_stdint.h \ elf-bfd.h \ elf64-target.h |