diff options
author | DJ Delorie <dj@redhat.com> | 2009-09-01 14:27:38 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2009-09-01 14:27:38 +0000 |
commit | 77495bbfbf6b24069a0a541005fa5c9dda2efd4f (patch) | |
tree | 072aa14808625a27149d13930faa0c9a79aaef3a /libiberty/makefile.vms | |
parent | fb7924623ecb59dd6d2692e7afaf7d12ce1827d1 (diff) | |
download | gdb-77495bbfbf6b24069a0a541005fa5c9dda2efd4f.zip gdb-77495bbfbf6b24069a0a541005fa5c9dda2efd4f.tar.gz gdb-77495bbfbf6b24069a0a541005fa5c9dda2efd4f.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/makefile.vms')
-rw-r--r-- | libiberty/makefile.vms | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libiberty/makefile.vms b/libiberty/makefile.vms index e273cf0..2f45f69 100644 --- a/libiberty/makefile.vms +++ b/libiberty/makefile.vms @@ -1,5 +1,5 @@ # -# Makefile for libiberty under openVMS +# Makefile for libiberty under openVMS/Alpha # # For use with gnu-make for vms # @@ -13,7 +13,7 @@ OBJS=getopt.obj,obstack.obj,xexit.obj,xmalloc.obj,hex.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,\ - lrealpath.obj,make-temp-file.obj,stpcpy.obj,unlink-if-ordinary.obj + lrealpath.obj,make-temp-file.obj,unlink-if-ordinary.obj ifeq ($(CC),gcc) CFLAGS=/include=([],[-.include]) |