X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=libiberty%2Fmakefile.vms;h=6a7dd45718ee8c8b55357a716d690dbefacc0890;hb=aab175428401b9ab51e99f673fc648479e228197;hp=6f49ee1b1ea68c3925402ece8fd1631a1227544b;hpb=28e9041cc224267271fbcd8db22bea115912365b;p=pf3gnuchains%2Fgcc-fork.git diff --git a/libiberty/makefile.vms b/libiberty/makefile.vms index 6f49ee1b1ea..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]) @@ -23,15 +23,11 @@ libiberty.olb: config.h alloca-conf.h $(OBJS) purge lib/create libiberty *.obj -alloca-conf.h: alloca-norm.h - $(CP) $< $@ - config.h: config.h-vms $(CP) $< $@ clean: $$ purge - $(RM) alloca-conf.h; $(RM) config.h; $(RM) *.obj; $(RM) libiberty.olb;