diff options
author | Jeff Garzik <jgarzik@pobox.com> | 1999-09-08 08:19:52 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-09-08 02:19:52 -0600 |
commit | b10647f1b2068be06900f34b0ca8286ae56927f2 (patch) | |
tree | a06393716745f47e90a677ca5064aea4212fe102 /libiberty/makefile.vms | |
parent | 898458348547ead27183dbecb75a3bf6713d0074 (diff) | |
download | gcc-b10647f1b2068be06900f34b0ca8286ae56927f2.tar.gz |
xmemdup.c: New xmemdup function.
* xmemdup.c: New xmemdup function.
* Makefile.in, makefile.vms, vmsbuild.com: Use xmemdup.[co].
From-SVN: r29199
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 b61b51290da..6a7dd45718e 100644 --- a/libiberty/makefile.vms +++ b/libiberty/makefile.vms @@ -10,7 +10,7 @@ OBJS=bcopy.obj,bcmp.obj,getopt.obj,obstack.obj,xexit.obj,xmalloc.obj,hex.obj,\ getopt1.obj,cplus-dem.obj,strncasecmp.obj,strcasecmp.obj,strdup.obj,\ concat.obj,getruntime.obj,getpagesize.obj,alloca.obj,xstrerror.obj,\ - xstrdup.obj,xatexit.obj,choose-temp.obj,fnmatch.obj,objalloc.obj + xmemdup.obj,xstrdup.obj,xatexit.obj,choose-temp.obj,fnmatch.obj,objalloc.obj ifeq ($(CC),gcc) CFLAGS=/include=([],[-.include]) |