diff options
author | Tristan Gingold <gingold@adacore.com> | 2009-05-25 12:41:46 +0000 |
---|---|---|
committer | Tristan Gingold <gingold@adacore.com> | 2009-05-25 12:41:46 +0000 |
commit | d5acff2fd329026656a1bb192bfb5786a835f829 (patch) | |
tree | f4dbec6e755518a8c340f4311b4191c509730552 /bfd/makefile.vms | |
parent | 4fcbb49441482939590580ccbf67f0a1b9c8024c (diff) | |
download | gdb-d5acff2fd329026656a1bb192bfb5786a835f829.zip gdb-d5acff2fd329026656a1bb192bfb5786a835f829.tar.gz gdb-d5acff2fd329026656a1bb192bfb5786a835f829.tar.bz2 |
2009-05-25 Tristan Gingold <gingold@adacore.com>
* makefile.vms: Add verilog.obj to object list OBJS.
Diffstat (limited to 'bfd/makefile.vms')
-rw-r--r-- | bfd/makefile.vms | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/makefile.vms b/bfd/makefile.vms index 2e2d2a1..bebb8e9 100644 --- a/bfd/makefile.vms +++ b/bfd/makefile.vms @@ -22,7 +22,7 @@ OBJS=archive.obj,archive64.obj,archures.obj,bfd.obj,bfdio.obj,binary.obj,\ cache.obj,coffgen.obj,compress.obj,corefile.obj,dwarf2.obj,elf.obj,\ format.obj,hash.obj,ihex.obj,init.obj,libbfd.obj,linker.obj,opncls.obj,\ reloc.obj,section.obj,simple.obj,srec.obj,stab-syms.obj,syms.obj,\ - targets.obj,tekhex.obj,\ + targets.obj,tekhex.obj,verilog.obj,\ vms.obj,vms-hdr.obj,vms-gsd.obj,vms-tir.obj,vms-misc.obj,$(TARGETOBJS) ifeq ($(CC),gcc) |