* Makefile.in (hw_com.o, hw_eeprom.o): Depend on
authorAndreas Schwab <schwab@linux-m68k.org>
Mon, 3 Jan 2005 15:34:19 +0000 (15:34 +0000)
committerAndreas Schwab <schwab@linux-m68k.org>
Mon, 3 Jan 2005 15:34:19 +0000 (15:34 +0000)
$(DEVICE_TABLE_H).

sim/ppc/ChangeLog
sim/ppc/Makefile.in

index a7e00e61f9a2a68bd529536332f54d877b135595..9877281ac7f4746ba2ee35ab926f5342b7bc1787 100644 (file)
@@ -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.
index 6f76ebdae257e73642f79e079a74b0e809ea6493..79fec05e057a66c24545ec14ae03ed2676dab3f1 100644 (file)
@@ -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)
This page took 0.037269 seconds and 4 git commands to generate.