daily update
[deliverable/binutils-gdb.git] / libiberty / makefile.vms
index e273cf03ca12fa055d979595bbc4fcadf02d39e8..d69d7d9efa2e1298bac3aea575ac99c3c889b0a1 100644 (file)
@@ -25,15 +25,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;
This page took 0.023277 seconds and 4 git commands to generate.