summaryrefslogtreecommitdiff
path: root/bfd/Makefile.in
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2010-06-17 08:19:12 +0000
committerTristan Gingold <gingold@adacore.com>2010-06-17 08:19:12 +0000
commit7dc4345212dd6d2a57a3662892b6503caa14d159 (patch)
treec8a29e334f68a4acc279052ca0e6e1f0ac8de3d6 /bfd/Makefile.in
parent125fd99b8f01725127b1e1a9970af7c89de63c4c (diff)
downloadbinutils-redhat-7dc4345212dd6d2a57a3662892b6503caa14d159.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.in')
-rw-r--r--bfd/Makefile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in
index e21c1cdbb4..5b5c8212fe 100644
--- a/bfd/Makefile.in
+++ b/bfd/Makefile.in
@@ -689,7 +689,6 @@ BFD32_BACKENDS = \
vaxbsd.lo \
vaxnetbsd.lo \
versados.lo \
- vms-alpha.lo \
vms-lib.lo \
vms-misc.lo \
xcofflink.lo \
@@ -871,7 +870,6 @@ BFD32_BACKENDS_CFILES = \
vaxbsd.c \
vaxnetbsd.c \
versados.c \
- vms-alpha.c \
vms-lib.c \
vms-misc.c \
xcofflink.c \
@@ -916,7 +914,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 \
@@ -945,7 +944,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 \