aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bfd/Makefile.in3
-rw-r--r--bfd/targets.c2
2 files changed, 2 insertions, 3 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in
index 63df6a0..247bd6f 100644
--- a/bfd/Makefile.in
+++ b/bfd/Makefile.in
@@ -177,7 +177,8 @@ BFD32_BACKENDS = \
sparclynx.o \
sparcnetbsd.o \
stab-syms.o \
- sunos.o
+ sunos.o \
+ tekhex.o
# 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
diff --git a/bfd/targets.c b/bfd/targets.c
index 61018a5..1da5c5f 100644
--- a/bfd/targets.c
+++ b/bfd/targets.c
@@ -638,9 +638,7 @@ const bfd_target * const bfd_target_vector[] = {
&sparcnetbsd_vec,
&sunos_big_vec,
&aout0_big_vec,
-#if 0
&tekhex_vec,
-#endif
&we32kcoff_vec,
&z8kcoff_vec,