diff --git a/bfd/Makefile.in b/bfd/Makefile.in index 63df6a0154..247bd6fbf1 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 61018a512b..1da5c5f66e 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,