diff options
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 605fab8..911d019 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 \ |