diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2009-06-06 07:48:02 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2009-06-06 07:48:02 +0000 |
commit | 9e93c730ef1f406e7205afce336d9c4f538c8100 (patch) | |
tree | 1963e53b385bcd4b1136f98bf433f4e5eca5729a /bfd/Makefile.am | |
parent | 74681fc450b5239513653cd758364b9c1f755bad (diff) | |
download | gdb-9e93c730ef1f406e7205afce336d9c4f538c8100.zip gdb-9e93c730ef1f406e7205afce336d9c4f538c8100.tar.gz gdb-9e93c730ef1f406e7205afce336d9c4f538c8100.tar.bz2 |
bfd/
* Makefile.am: Run "make dep-am".
(BFD32_BACKENDS): Add mach-o-i386.lo.
(BFD32_BACKENDS_CFILES): Add mach-o-i386.c.
* Makefile.in: Regenerate.
Diffstat (limited to 'bfd/Makefile.am')
-rw-r--r-- | bfd/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/Makefile.am b/bfd/Makefile.am index 50c6720..b739b7f 100644 --- a/bfd/Makefile.am +++ b/bfd/Makefile.am @@ -333,6 +333,7 @@ BFD32_BACKENDS = \ m88kmach3.lo \ m88kopenbsd.lo \ mach-o.lo \ + mach-o-i386.lo \ mipsbsd.lo \ newsos3.lo \ nlm.lo \ @@ -514,6 +515,7 @@ BFD32_BACKENDS_CFILES = \ m88kmach3.c \ m88kopenbsd.c \ mach-o.c \ + mach-o-i386.c \ mipsbsd.c \ newsos3.c \ nlm.c \ @@ -3090,6 +3092,13 @@ mach-o.lo: \ $(INCDIR)/libiberty.h \ mach-o-target.c \ mach-o.h +mach-o-i386.lo: \ + mach-o-i386.c \ + $(INCDIR)/filenames.h \ + $(INCDIR)/hashtab.h \ + $(INCDIR)/libiberty.h \ + mach-o-target.c \ + mach-o.h mipsbsd.lo: \ mipsbsd.c \ $(INCDIR)/aout/aout64.h \ |