From 7dc4345212dd6d2a57a3662892b6503caa14d159 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Thu, 17 Jun 2010 08:19:12 +0000 Subject: 2010-06-17 Tristan Gingold * 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. --- bfd/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bfd/Makefile.am') diff --git a/bfd/Makefile.am b/bfd/Makefile.am index e6259305a8..61e89facdc 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 \ -- cgit v1.2.1