2000-07-22 Jason Eckhardt <jle@cygnus.com>
* Makefile.am (CFILES): Added i860-dis.c. (ALL_MACHINES): Added i860-dis.lo. (i860-dis.lo): New dependences.
This commit is contained in:
parent
878d476ad8
commit
915ef37f63
1 changed files with 4 additions and 0 deletions
|
@ -64,6 +64,7 @@ CFILES = \
|
|||
i370-dis.c \
|
||||
i370-opc.c \
|
||||
i386-dis.c \
|
||||
i860-dis.c \
|
||||
i960-dis.c \
|
||||
ia64-dis.c \
|
||||
ia64-opc-a.c \
|
||||
|
@ -142,6 +143,7 @@ ALL_MACHINES = \
|
|||
i386-dis.lo \
|
||||
i370-dis.lo \
|
||||
i370-opc.lo \
|
||||
i860-dis.lo \
|
||||
i960-dis.lo \
|
||||
ia64-dis.lo \
|
||||
ia64-opc.lo \
|
||||
|
@ -368,6 +370,8 @@ i370-opc.lo: i370-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
|
|||
$(INCDIR)/opcode/i370.h
|
||||
i386-dis.lo: i386-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
|
||||
$(INCDIR)/ansidecl.h sysdep.h config.h opintl.h
|
||||
i860-dis.lo: i860-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
|
||||
$(INCDIR)/ansidecl.h $(INCDIR)/opcode/i860.h
|
||||
i960-dis.lo: i960-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
|
||||
$(INCDIR)/dis-asm.h $(BFD_H)
|
||||
ia64-dis.lo: ia64-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
|
||||
|
|
Loading…
Reference in a new issue