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.in | |
parent | 74681fc450b5239513653cd758364b9c1f755bad (diff) | |
download | ppe42-binutils-9e93c730ef1f406e7205afce336d9c4f538c8100.tar.gz ppe42-binutils-9e93c730ef1f406e7205afce336d9c4f538c8100.zip |
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.in')
-rw-r--r-- | bfd/Makefile.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in index 605fab8c2c..911d019287 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -604,6 +604,7 @@ BFD32_BACKENDS = \ m88kmach3.lo \ m88kopenbsd.lo \ mach-o.lo \ + mach-o-i386.lo \ mipsbsd.lo \ newsos3.lo \ nlm.lo \ @@ -785,6 +786,7 @@ BFD32_BACKENDS_CFILES = \ m88kmach3.c \ m88kopenbsd.c \ mach-o.c \ + mach-o-i386.c \ mipsbsd.c \ newsos3.c \ nlm.c \ @@ -3691,6 +3693,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 \ |