X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=libiberty%2Fmakefile.vms;h=15a7d0a206b6ac0210d28e8b132610c520d44e27;hb=31e5a3a3807e7d5b43845d0d17ddfd1a8692752c;hp=2f45f69a2aeb718a5a53f618aa34b11288bd083f;hpb=56ae5eb977ae79f8555e92cb64e2f94a15f29826;p=binutils-gdb.git diff --git a/libiberty/makefile.vms b/libiberty/makefile.vms index 2f45f69a2ae..15a7d0a206b 100644 --- a/libiberty/makefile.vms +++ b/libiberty/makefile.vms @@ -1,5 +1,5 @@ # -# Makefile for libiberty under openVMS/Alpha +# Makefile for libiberty under openVMS # # For use with gnu-make for vms # @@ -9,11 +9,12 @@ 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,\ - lrealpath.obj,make-temp-file.obj,unlink-if-ordinary.obj + lrealpath.obj,make-temp-file.obj,stpcpy.obj,unlink-if-ordinary.obj,\ + dwarfnames.obj ifeq ($(CC),gcc) CFLAGS=/include=([],[-.include]) @@ -25,15 +26,11 @@ CFLAGS=$(OPT)/include=([],[-.include])/name=(as_is,shortened)\ /prefix=(all,except=("getopt","optarg","optopt","optind","opterr")) endif -libiberty.olb: config.h $(OBJS) +libiberty.olb: $(OBJS) purge lib/create libiberty *.obj -config.h: config.h-vms - $(CP) $< $@ - clean: $$ purge - $(RM) config.h; $(RM) *.obj; $(RM) libiberty.olb;