diff options
author | Tristan Gingold <gingold@adacore.com> | 2011-03-31 11:09:09 +0000 |
---|---|---|
committer | Tristan Gingold <gingold@gcc.gnu.org> | 2011-03-31 11:09:09 +0000 |
commit | 178aa0f6487a8b296c30e7c81bcb59ef6ddccc81 (patch) | |
tree | 320676b1d8bfdefff475fc89bb6253b94b661640 /libiberty/makefile.vms | |
parent | d2b3fe1871c31d6b16ff7451e14b65255053fee5 (diff) | |
download | gcc-178aa0f6487a8b296c30e7c81bcb59ef6ddccc81.zip gcc-178aa0f6487a8b296c30e7c81bcb59ef6ddccc81.tar.gz gcc-178aa0f6487a8b296c30e7c81bcb59ef6ddccc81.tar.bz2 |
makefile.vms (OBJS): Add filename_cmp.obj
2011-03-31 Tristan Gingold <gingold@adacore.com>
* makefile.vms (OBJS): Add filename_cmp.obj
From-SVN: r171776
Diffstat (limited to 'libiberty/makefile.vms')
-rw-r--r-- | libiberty/makefile.vms | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/makefile.vms b/libiberty/makefile.vms index d69d7d9..606adac 100644 --- a/libiberty/makefile.vms +++ b/libiberty/makefile.vms @@ -9,7 +9,7 @@ OBJS=getopt.obj,obstack.obj,xexit.obj,xmalloc.obj,hex.obj,\ getopt1.obj,cplus-dem.obj,cp-demangle.obj,cp-demint.obj,\ - asprintf.obj vasprintf.obj,mkstemps.obj,\ + asprintf.obj vasprintf.obj,mkstemps.obj,filename_cmp.obj,\ concat.obj,getruntime.obj,getpagesize.obj,getpwd.obj,xstrerror.obj,\ xmemdup.obj,xstrdup.obj,xatexit.obj,choose-temp.obj,fnmatch.obj,\ objalloc.obj,safe-ctype.obj,hashtab.obj,lbasename.obj,argv.obj,\ |