aboutsummaryrefslogtreecommitdiff
path: root/sim
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2005-01-03 15:34:19 +0000
committerAndreas Schwab <schwab@linux-m68k.org>2005-01-03 15:34:19 +0000
commit38edcf8ace6008e15b3ed6af15be67b42b6e8138 (patch)
tree51582b9b65870e48ab5095bf2a9d71d667d51ff0 /sim
parentc50382e27e86d9e57a32a61f5f6c0a5bde8367a1 (diff)
downloadfsf-binutils-gdb-38edcf8ace6008e15b3ed6af15be67b42b6e8138.zip
fsf-binutils-gdb-38edcf8ace6008e15b3ed6af15be67b42b6e8138.tar.gz
fsf-binutils-gdb-38edcf8ace6008e15b3ed6af15be67b42b6e8138.tar.bz2
* Makefile.in (hw_com.o, hw_eeprom.o): Depend on
$(DEVICE_TABLE_H).
Diffstat (limited to 'sim')
-rw-r--r--sim/ppc/ChangeLog5
-rw-r--r--sim/ppc/Makefile.in2
2 files changed, 7 insertions, 0 deletions
diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog
index a7e00e6..9877281 100644
--- a/sim/ppc/ChangeLog
+++ b/sim/ppc/ChangeLog
@@ -1,3 +1,8 @@
+2005-01-03 Andreas Schwab <schwab@suse.de>
+
+ * Makefile.in (hw_com.o, hw_eeprom.o): Depend on
+ $(DEVICE_TABLE_H).
+
2004-11-16 Andreas Schwab <schwab@suse.de>
* Makefile.in (defines.h): Depend on tmp-defines.
diff --git a/sim/ppc/Makefile.in b/sim/ppc/Makefile.in
index 6f76ebd..79fec05 100644
--- a/sim/ppc/Makefile.in
+++ b/sim/ppc/Makefile.in
@@ -820,8 +820,10 @@ tmp-hw: Makefile $(HW_SRC) $(srcdir)/../../move-if-change
touch tmp-hw
hw_cpu.o: hw_cpu.c $(DEVICE_TABLE_H) $(HW_CPU_H) $(INTERRUPTS_H) $(CPU_H)
+hw_com.o: hw_com.c $(DEVICE_TABLE_H)
hw_core.o: hw_core.c $(DEVICE_TABLE_H) $(COREFILE_H)
hw_disk.o: hw_disk.c $(DEVICE_TABLE_H) $(PK_H)
+hw_eeprom.o: hw_eeprom.c $(DEVICE_TABLE_H)
hw_glue.o: hw_glue.c $(DEVICE_TABLE_H)
hw_htab.o: hw_htab.c $(DEVICE_TABLE_H) $(BFD_H)
hw_ide.o: hw_ide.c $(DEVICE_TABLE_H)