summaryrefslogtreecommitdiff
path: root/bfd/Makefile.in
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2009-06-06 07:48:02 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2009-06-06 07:48:02 +0000
commit04341a635bdd901a96d1d73b0ce0a9b77b6c2a28 (patch)
treeb751c5973a74742140f582f971f4df55c42cd8fe /bfd/Makefile.in
parentf7adca80461bccb0f2039d4528bf7748a21eb7fd (diff)
downloadbinutils-redhat-04341a635bdd901a96d1d73b0ce0a9b77b6c2a28.tar.gz
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.in9
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 \