add binary.o, tekhex.o
authorKen Raeburn <raeburn@cygnus>
Mon, 10 Jul 1995 15:48:58 +0000 (15:48 +0000)
committerKen Raeburn <raeburn@cygnus>
Mon, 10 Jul 1995 15:48:58 +0000 (15:48 +0000)
bfd/ChangeLog
bfd/makefile.dos

index ac7394b..eea1b29 100644 (file)
@@ -1,3 +1,8 @@
+Mon Jul 10 11:45:55 1995  Ken Raeburn  <raeburn@cygnus.com>
+
+       * makefile.dos (OBJS): Add binary.o and tekhex.o.  From DJ
+       Delorie.
+
 Mon Jul 10 11:09:58 1995  Ian Lance Taylor  <ian@cygnus.com>
 
        * config/m68k-coff.mt (SELECT_VECS): Rename from SELECT_VECTORS.
index b3f7aa5..214b701 100644 (file)
@@ -39,6 +39,8 @@ OBJS = \
        coff-go32.o \
        cofflink.o \
        elf32.o \
+       binary.o \
+       tekhex.o \
        $E
 
 libbfd.a : $(OBJS)