summaryrefslogtreecommitdiff
path: root/opcodes/Makefile.am
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2000-07-20 16:56:18 +0000
committerHans-Peter Nilsson <hp@axis.com>2000-07-20 16:56:18 +0000
commit928624f042baa022589eafa2a37e0c2eb5fcd9b3 (patch)
treee3b9abe104dc9d3f0dce31d008ff802e2f1d7ecb /opcodes/Makefile.am
parent394da0579b7b4782bd53dcb2863c08b94de78fa4 (diff)
downloadgdb-928624f042baa022589eafa2a37e0c2eb5fcd9b3.tar.gz
Revert spurious unrelated changes from last commit. Oops.
Diffstat (limited to 'opcodes/Makefile.am')
-rw-r--r--opcodes/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/opcodes/Makefile.am b/opcodes/Makefile.am
index 98de1a6a0cb..d63b930f77d 100644
--- a/opcodes/Makefile.am
+++ b/opcodes/Makefile.am
@@ -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.