diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2001-05-25 22:50:27 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2001-05-25 22:50:27 +0000 |
commit | 6768c14a4f76681bb10e98527b62709b996a1b0c (patch) | |
tree | 4c23c7f65f36766fb5a6d35887c4317e93ff97bd /bfd/Makefile.in | |
parent | 96fcab3e8d72846e0898139f3e1d1ced895be8c7 (diff) | |
download | gdb-6768c14a4f76681bb10e98527b62709b996a1b0c.zip gdb-6768c14a4f76681bb10e98527b62709b996a1b0c.tar.gz gdb-6768c14a4f76681bb10e98527b62709b996a1b0c.tar.bz2 |
2001-05-25 H.J. Lu <hjl@gnu.org>
* Makefile.am (BFD32_BACKENDS): Remove coff-pmac.lo.
(BFD32_BACKENDS_CFILES): Remove coff-pmac.c.
(coff-rs6000.lo): Remove the old dependency.
* Makefile.in: Rebuild.
* configure.in (pmac_xcoff_vec): Replace coff-pmac.lo with
coff-rs6000.lo.
Diffstat (limited to 'bfd/Makefile.in')
-rw-r--r-- | bfd/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in index 56c0759..3de9181 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -283,7 +283,6 @@ BFD32_BACKENDS = \ coff-m68k.lo \ coff-m88k.lo \ coff-mips.lo \ - coff-pmac.lo \ coff-rs6000.lo \ coff-sh.lo \ coff-sparc.lo \ @@ -425,7 +424,6 @@ BFD32_BACKENDS_CFILES = \ coff-m68k.c \ coff-m88k.c \ coff-mips.c \ - coff-pmac.c \ coff-rs6000.c \ coff-sh.c \ coff-sparc.c \ @@ -537,6 +535,7 @@ BFD32_BACKENDS_CFILES = \ vms-tir.c \ xcofflink.c + # The .o files needed by all of the 64 bit vectors that are configured into # target_vector in targets.c if configured with --enable-targets=all # and --enable-64-bit-bfd. @@ -630,7 +629,8 @@ SOURCE_HFILES = \ elfcode.h elfcore.h elflink.h freebsd.h genlink.h go32stub.h \ libaout.h libbfd.h libcoff.h libecoff.h libhppa.h \ libieee.h libnlm.h liboasys.h libpei.h netbsd.h nlm-target.h \ - nlmcode.h nlmswap.h ns32k.h peicode.h som.h vms.h xcoff.h libxcoff.h + nlmcode.h nlmswap.h ns32k.h peicode.h som.h vms.h libxcoff.h xcoff.h + BUILD_HFILES = \ elf32-target.h elf64-target.h targmatch.h |