diff options
Diffstat (limited to 'bfd/makefile.dos')
-rw-r--r-- | bfd/makefile.dos | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bfd/makefile.dos b/bfd/makefile.dos index c062b5f..b3f7aa5 100644 --- a/bfd/makefile.dos +++ b/bfd/makefile.dos @@ -25,7 +25,6 @@ OBJS = \ syms.o \ reloc.o \ init.o \ - ctor.o \ coffgen.o \ srec.o \ hash.o \ @@ -38,6 +37,8 @@ OBJS = \ i386aout.o \ cpu-i386.o \ coff-go32.o \ + cofflink.o \ + elf32.o \ $E libbfd.a : $(OBJS) |