diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2000-07-20 16:56:18 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2000-07-20 16:56:18 +0000 |
commit | 936897734c9c6e2283da9e041835c9cb5b612697 (patch) | |
tree | edacf1e142015ffcea384972e4e44c22e1705543 /opcodes/Makefile.in | |
parent | 6c95a37f641864c5ebe34d8da2c5253acd990941 (diff) | |
download | gdb-936897734c9c6e2283da9e041835c9cb5b612697.zip gdb-936897734c9c6e2283da9e041835c9cb5b612697.tar.gz gdb-936897734c9c6e2283da9e041835c9cb5b612697.tar.bz2 |
Revert spurious unrelated changes from last commit. Oops.
Diffstat (limited to 'opcodes/Makefile.in')
-rw-r--r-- | opcodes/Makefile.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in index 57ccf43..0fc866a 100644 --- a/opcodes/Makefile.in +++ b/opcodes/Makefile.in @@ -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. |