summaryrefslogtreecommitdiff
path: root/sim/lm32/Makefile.in
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2009-07-08 06:16:46 +0000
committerDoug Evans <dje@google.com>2009-07-08 06:16:46 +0000
commitb97514f2dcf21c07bbaeebee05049ebc1c0ee9e0 (patch)
tree5d98594e10170fedd38c90360d1ce003bc7da170 /sim/lm32/Makefile.in
parent8065377a81e3074b42b948d42b76490158a763c0 (diff)
downloadbinutils-gdb-b97514f2dcf21c07bbaeebee05049ebc1c0ee9e0.tar.gz
* Makefile.in (traps.o): Add dependency on targ-vals.h to fix
parallel makes.
Diffstat (limited to 'sim/lm32/Makefile.in')
-rw-r--r--sim/lm32/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/sim/lm32/Makefile.in b/sim/lm32/Makefile.in
index e1adbd89fb1..9ff74d4da95 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 = \