diff options
author | Tristan Gingold <gingold@adacore.com> | 2010-06-17 08:19:14 +0000 |
---|---|---|
committer | Tristan Gingold <gingold@adacore.com> | 2010-06-17 08:19:14 +0000 |
commit | 24df9a516a709809b109f21ad302f61a3c76062a (patch) | |
tree | 8f2cc7b19c8df9650f0fe2812e72b43e8c1330a0 /bfd/Makefile.am | |
parent | eada2875f771e641bc1b45ab6ebd2ce504f0a71a (diff) | |
download | binutils-gdb-24df9a516a709809b109f21ad302f61a3c76062a.tar.gz |
2010-06-17 Tristan Gingold <gingold@adacore.com>
* Makefile.am (BFD32_BACKENDS_CFILES): Move vms-alpha.c to ...
(BFD64_BACKENDS_CFILES): ... here.
(BFD32_BACKENDS): Move vms-alpha.lo to ...
(BFD64_BACKENDS): ... here.
* Makefile.in: Regenerate.
Diffstat (limited to 'bfd/Makefile.am')
-rw-r--r-- | bfd/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bfd/Makefile.am b/bfd/Makefile.am index e6259305a8e..61e89facdcf 100644 --- a/bfd/Makefile.am +++ b/bfd/Makefile.am @@ -391,7 +391,6 @@ BFD32_BACKENDS = \ vaxbsd.lo \ vaxnetbsd.lo \ versados.lo \ - vms-alpha.lo \ vms-lib.lo \ vms-misc.lo \ xcofflink.lo \ @@ -573,7 +572,6 @@ BFD32_BACKENDS_CFILES = \ vaxbsd.c \ vaxnetbsd.c \ versados.c \ - vms-alpha.c \ vms-lib.c \ vms-misc.c \ xcofflink.c \ @@ -617,7 +615,8 @@ BFD64_BACKENDS = \ pei-ia64.lo \ pei-x86_64.lo \ pepigen.lo \ - pex64igen.lo + pex64igen.lo \ + vms-alpha.lo BFD64_BACKENDS_CFILES = \ aix5ppc-core.c \ @@ -646,7 +645,8 @@ BFD64_BACKENDS_CFILES = \ nlm64.c \ pe-x86_64.c \ pei-ia64.c \ - pei-x86_64.c + pei-x86_64.c \ + vms-alpha.c OPTIONAL_BACKENDS = \ aix386-core.lo \ |