Add dependency

This commit is contained in:
Michael Meissner 1996-04-04 18:48:51 +00:00
parent 65b12103ff
commit 4e956fd5e1
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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)