Parallel build fix

Andreas Schwab schwab@suse.de
Mon Jan 3 15:34:00 GMT 2005


This fixes anonther parallel build issue.  Since device_table.h includes
the generated file hw.h, dependencies must be completely spelt out so that
hw.h is generated at the right time.  Committing as obvious.

Andreas.

2005-01-03  Andreas Schwab  <schwab@suse.de>

	* Makefile.in (hw_com.o, hw_eeprom.o): Depend on
	$(DEVICE_TABLE_H).

--- sim/ppc/Makefile.in.~1.18.~	2004-11-16 11:19:46.000000000 +0100
+++ sim/ppc/Makefile.in	2005-01-03 16:26:52.220425069 +0100
@@ -820,8 +820,10 @@ tmp-hw: Makefile $(HW_SRC) $(srcdir)/../
 	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)

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



More information about the Gdb-patches mailing list