Makefile.in: Add dependencies on $(CPU_H).
authorDaniel Jacobowitz <drow@false.org>
Mon, 16 Jul 2001 18:36:37 +0000 (18:36 +0000)
committerDaniel Jacobowitz <drow@false.org>
Mon, 16 Jul 2001 18:36:37 +0000 (18:36 +0000)
sim/ppc/ChangeLog
sim/ppc/Makefile.in

index 2b9e666..e325321 100644 (file)
@@ -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
index 6f2b310..6007ce0 100644 (file)
@@ -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