OSDN Git Service

* java/util/logging/LogManager.java (loggers): Genericized.
[pf3gnuchains/gcc-fork.git] / libiberty / makefile.vms
index 6f49ee1..6a7dd45 100644 (file)
@@ -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;