diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-09-08 08:19:52 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-09-08 08:19:52 +0000 |
commit | 7570bccb348029ed2c126ff613297ff4c7d8b6b9 (patch) | |
tree | a06393716745f47e90a677ca5064aea4212fe102 /libiberty/makefile.vms | |
parent | 4cba2ae39ae0e5a2a08384394eba28c21dec5e41 (diff) | |
download | gcc-7570bccb348029ed2c126ff613297ff4c7d8b6b9.tar.gz |
* xmemdup.c: New xmemdup function.
* Makefile.in, makefile.vms, vmsbuild.com: Use xmemdup.[co].
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29199 138bc75d-0d04-0410-961f-82ee72b054a4
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]) |