diff options
author | Alan Modra <amodra@gmail.com> | 2008-05-14 06:45:42 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2008-05-14 06:45:42 +0000 |
commit | 8944f3c2775287a2e34027b8ce4d2823eb304013 (patch) | |
tree | ca41d4d5db6213fd3bec56434ff6bb827817f286 /opcodes/Makefile.am | |
parent | 20c625669c8a34593ff477627c9c0f92d310d31d (diff) | |
download | gdb-8944f3c2775287a2e34027b8ce4d2823eb304013.zip gdb-8944f3c2775287a2e34027b8ce4d2823eb304013.tar.gz gdb-8944f3c2775287a2e34027b8ce4d2823eb304013.tar.bz2 |
update dependencies
Diffstat (limited to 'opcodes/Makefile.am')
-rw-r--r-- | opcodes/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/Makefile.am b/opcodes/Makefile.am index c10c57d..8c14565 100644 --- a/opcodes/Makefile.am +++ b/opcodes/Makefile.am @@ -1128,7 +1128,7 @@ s390-opc.lo: s390-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/s390.h \ s390-opc.tab s390-dis.lo: s390-dis.c $(INCDIR)/ansidecl.h sysdep.h \ config.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h \ - $(INCDIR)/symcat.h $(INCDIR)/opcode/s390.h + $(INCDIR)/symcat.h opintl.h $(INCDIR)/opcode/s390.h score-dis.lo: score-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \ score-opc.h opintl.h $(BFD_H) $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \ |