Add dependency
This commit is contained in:
parent
65b12103ff
commit
4e956fd5e1
@ -35,6 +35,11 @@ Fri Mar 29 12:17:58 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
|
||||
(emul_bugapi_instruction_call): Change calls to
|
||||
emul_bugapi_do_{read,write} to pass device instance argument.
|
||||
|
||||
Wed Feb 28 00:43:07 1996 Andrew Cagney - aka Noid <cagney@highland.com.au>
|
||||
|
||||
* Makefile.in (corefile.o): missing dependency on device_table.h
|
||||
etc.
|
||||
|
||||
Tue Mar 26 14:57:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
|
||||
|
||||
* igen.c (idecode_switch_end): Fix 2/26 change so that an extra
|
||||
|
@ -316,7 +316,7 @@ idecode.o: idecode.c $(CPU_H) $(IDECODE_H) semantics.h
|
||||
vm.o: vm.c vm.h vm_n.h $(BASICS_H) $(REGISTERS_H) \
|
||||
device.h corefile.h interrupts.h itable.h mon.h
|
||||
|
||||
corefile.o: corefile.c corefile.h corefile-n.h $(BASICS_H) device.h
|
||||
corefile.o: corefile.c corefile.h corefile-n.h $(BASICS_H) device.h device_table.h
|
||||
|
||||
model.o: model.c $(CPU_H)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user