OSDN Git Service

Revert spurious unrelated changes from last commit. Oops.
authorHans-Peter Nilsson <hp@axis.com>
Thu, 20 Jul 2000 16:56:18 +0000 (16:56 +0000)
committerHans-Peter Nilsson <hp@axis.com>
Thu, 20 Jul 2000 16:56:18 +0000 (16:56 +0000)
opcodes/Makefile.am
opcodes/Makefile.in

index 98de1a6..d63b930 100644 (file)
@@ -247,8 +247,6 @@ ia64-gen.o: ia64-gen.c ia64-opc.c ia64-opc-a.c ia64-opc-b.c ia64-opc-f.c \
   ia64-opc-i.c ia64-opc-m.c ia64-opc-d.c ia64-opc.h
 
 ia64-asmtab.c: @MAINT@ ia64-gen ia64-ic.tbl ia64-raw.tbl ia64-waw.tbl ia64-war.tbl
-       for f in ia64-ic.tbl ia64-raw.tbl ia64-waw.tbl ia64-war.tbl; do \
-         if test -e $$f; then true; else cp -p $(srcdir)/$$f .; fi; done
        ./ia64-gen > $(srcdir)/ia64-asmtab.c
 
 # This dependency stuff is copied from BFD.
index 57ccf43..0fc866a 100644 (file)
@@ -745,8 +745,6 @@ ia64-gen.o: ia64-gen.c ia64-opc.c ia64-opc-a.c ia64-opc-b.c ia64-opc-f.c \
   ia64-opc-i.c ia64-opc-m.c ia64-opc-d.c ia64-opc.h
 
 ia64-asmtab.c: @MAINT@ ia64-gen ia64-ic.tbl ia64-raw.tbl ia64-waw.tbl ia64-war.tbl
-       for f in ia64-ic.tbl ia64-raw.tbl ia64-waw.tbl ia64-war.tbl; do \
-         if test -e $$f; then true; else cp -p $(srcdir)/$$f .; fi; done
        ./ia64-gen > $(srcdir)/ia64-asmtab.c
 
 # This dependency stuff is copied from BFD.