diff options
author | Daniel Jacobowitz <dan@debian.org> | 2001-07-16 18:36:37 +0000 |
---|---|---|
committer | Daniel Jacobowitz <dan@debian.org> | 2001-07-16 18:36:37 +0000 |
commit | f5c94ac3954b5cb2ac3a4b11e590c16ff0651ed2 (patch) | |
tree | b10e0d13b1acceba2a5186984a7f4c1c9f8c4ef3 /sim/ppc | |
parent | 950760449ec707a4eae64ddebd33c24c122b307b (diff) | |
download | gdb-f5c94ac3954b5cb2ac3a4b11e590c16ff0651ed2.tar.gz |
Makefile.in: Add dependencies on $(CPU_H).
Diffstat (limited to 'sim/ppc')
-rw-r--r-- | sim/ppc/ChangeLog | 4 | ||||
-rw-r--r-- | sim/ppc/Makefile.in | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog index 2b9e6669a57..e325321c1ae 100644 --- a/sim/ppc/ChangeLog +++ b/sim/ppc/ChangeLog @@ -1,3 +1,7 @@ +2001-07-16 Daniel Jacobowitz <drow@mvista.com> + + * Makefile.in: Add dependencies on $(CPU_H). + Wed Mar 7 10:45:12 HST 2001 Glen Nakamura <gen@lava.net> * hw_init.c (dma_file): Fixed problem with loading last 1KB of diff --git a/sim/ppc/Makefile.in b/sim/ppc/Makefile.in index 6f2b3102f66..6007ce08d9a 100644 --- a/sim/ppc/Makefile.in +++ b/sim/ppc/Makefile.in @@ -585,7 +585,7 @@ tmp-hw: Makefile $(HW_SRC) $(srcdir)/../../move-if-change $(srcdir)/../../move-if-change tmp-hw.c hw.c touch tmp-hw -hw_cpu.o: hw_cpu.c $(DEVICE_TABLE_H) +hw_cpu.o: hw_cpu.c $(DEVICE_TABLE_H) $(CPU_H) hw_core.o: hw_core.c $(DEVICE_TABLE_H) hw_disk.o: hw_disk.c $(DEVICE_TABLE_H) pk.h hw_glue.o: hw_glue.c $(DEVICE_TABLE_H) @@ -596,11 +596,11 @@ hw_iobus.o: hw_iobus.c $(DEVICE_TABLE_H) hw_memory.o: hw_memory.c $(DEVICE_TABLE_H) hw_nvram.o: hw_nvram.c $(DEVICE_TABLE_H) hw_opic.o: hw_opic.c $(DEVICE_TABLE_H) -hw_pal.o: hw_pal.c $(DEVICE_TABLE_H) +hw_pal.o: hw_pal.c $(DEVICE_TABLE_H) $(CPU_H) hw_phb.o: hw_phb.c $(DEVICE_TABLE_H) hw_phb.h hw_register.o: hw_register.c $(DEVICE_TABLE_H) hw_trace.o: hw_trace.c $(DEVICE_TABLE_H) -hw_vm.o: hw_vm.c $(DEVICE_TABLE_H) +hw_vm.o: hw_vm.c $(DEVICE_TABLE_H) $(CPU_H) # ignore this line, it stops make from getting confused |