From: Doug Evans Date: Wed, 8 Jul 2009 06:16:46 +0000 (+0000) Subject: * Makefile.in (traps.o): Add dependency on targ-vals.h to fix X-Git-Tag: msnyder-checkpoint-072509-branchpoint~168 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b97514f2dcf21c07bbaeebee05049ebc1c0ee9e0;p=platform%2Fupstream%2Fbinutils.git * Makefile.in (traps.o): Add dependency on targ-vals.h to fix parallel makes. --- diff --git a/sim/lm32/ChangeLog b/sim/lm32/ChangeLog index 5cbd638..d7114cf 100755 --- a/sim/lm32/ChangeLog +++ b/sim/lm32/ChangeLog @@ -1,3 +1,8 @@ +2009-07-07 Doug Evans + + * Makefile.in (traps.o): Add dependency on targ-vals.h to fix + parallel makes. + 2009-05-18 Jon Beniston * Makefile.in: New file. diff --git a/sim/lm32/Makefile.in b/sim/lm32/Makefile.in index e1adbd8..9ff74d4 100644 --- a/sim/lm32/Makefile.in +++ b/sim/lm32/Makefile.in @@ -17,7 +17,7 @@ SIM_OBJS = \ sim-if.o arch.o \ cpu.o decode.o sem.o model.o mloop.o \ lm32.o traps.o user.o - + # List of extra dependencies. # Generally this consists of simulator specific files included by sim-main.h. SIM_EXTRA_DEPS = $(CGEN_INCLUDE_DEPS) $(srcdir)/../../opcodes/lm32-desc.h @@ -39,6 +39,8 @@ arch = lm32 arch.o: arch.c $(SIM_MAIN_DEPS) +traps.o: traps.c targ-vals.h $(SIM_MAIN_DEPS) + sim-if.o: sim-if.c $(SIM_MAIN_DEPS) $(srcdir)/../common/sim-core.h LM32BF_INCLUDE_DEPS = \