]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* Makefile.in (traps.o): Add dependency on targ-vals.h to fix
authorDoug Evans <dje@google.com>
Wed, 8 Jul 2009 06:16:46 +0000 (06:16 +0000)
committerDoug Evans <dje@google.com>
Wed, 8 Jul 2009 06:16:46 +0000 (06:16 +0000)
parallel makes.

sim/lm32/ChangeLog
sim/lm32/Makefile.in

index 5cbd638fd9c578a04ff070d9d17f5be70e20c198..d7114cfc087399710275e0d6f4d14378a2ed4745 100755 (executable)
@@ -1,3 +1,8 @@
+2009-07-07  Doug Evans  <dje@sebabeach.org>
+
+       * Makefile.in (traps.o): Add dependency on targ-vals.h to fix
+       parallel makes.
+
 2009-05-18  Jon Beniston <jon@beniston.com>
 
         * Makefile.in: New file.
index e1adbd89fb18587361c03c10debe49fb949f0e03..9ff74d4da954dc0ff86e805dc9e9ac409995eb98 100644 (file)
@@ -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 = \