aboutsummaryrefslogtreecommitdiff
path: root/sim/m32r/Makefile.in
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>1998-03-04 21:22:09 +0000
committerDoug Evans <dje@google.com>1998-03-04 21:22:09 +0000
commit599bae2187e80c8562d8fe7b19822c8ea831bdca (patch)
tree16116a47cd96d6b55b6c270d0205c93fed27d1ca /sim/m32r/Makefile.in
parentf8ca1a47e647c831fe97ec0212495912c77e6750 (diff)
downloadfsf-binutils-gdb-599bae2187e80c8562d8fe7b19822c8ea831bdca.zip
fsf-binutils-gdb-599bae2187e80c8562d8fe7b19822c8ea831bdca.tar.gz
fsf-binutils-gdb-599bae2187e80c8562d8fe7b19822c8ea831bdca.tar.bz2
* Makefile.in (SIM_EXTRA_DEPS): Add cpu-opc.h.
(arch.o): Delete cpu-opc.h dependency. (decode.o,model.o): Likewise. (decodex.o,modelx.o): Likewise.
Diffstat (limited to 'sim/m32r/Makefile.in')
-rw-r--r--sim/m32r/Makefile.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/sim/m32r/Makefile.in b/sim/m32r/Makefile.in
index add004b..e9c404d 100644
--- a/sim/m32r/Makefile.in
+++ b/sim/m32r/Makefile.in
@@ -44,7 +44,7 @@ SIM_EXTRA_DEPS = \
$(srcdir)/../common/cgen-types.h \
$(srcdir)/../common/cgen-sim.h \
$(srcdir)/../common/cgen-trace.h \
- arch.h cpuall.h m32r-sim.h
+ arch.h cpuall.h m32r-sim.h cpu-opc.h
SIM_EXTRA_CFLAGS =
@@ -74,7 +74,7 @@ OPS_INCLUDE_DEPS = \
sim-if.o: sim-if.c $(INCLUDE_DEPS) $(srcdir)/../common/sim-core.h
-arch.o: arch.c $(INCLUDE_DEPS) cpu-opc.h
+arch.o: arch.c $(INCLUDE_DEPS)
# M32R objs
@@ -89,12 +89,12 @@ mloop.c: $(srcdir)/../common/genmloop.sh mloop.in Makefile
mloop.o: mloop.c sem-switch.c $(INCLUDE_DEPS) $(OPS_INCLUDE_DEPS) cpu.h
cpu.o: cpu.c $(INCLUDE_DEPS) $(OPS_INCLUDE_DEPS) cpu.h
-decode.o: decode.c decode.h $(INCLUDE_DEPS) $(OPS_INCLUDE_DEPS) cpu-opc.h cpu.h
+decode.o: decode.c decode.h $(INCLUDE_DEPS) $(OPS_INCLUDE_DEPS) cpu.h
extract.o: extract.c decode.h $(INCLUDE_DEPS) $(OPS_INCLUDE_DEPS) cpu.h
$(CC) -c $(srcdir)/extract.c $(ALL_CFLAGS) -DSCACHE_P
sem.o: sem.c decode.h $(INCLUDE_DEPS) $(OPS_INCLUDE_DEPS) cpu.h
$(CC) -c $(srcdir)/sem.c $(ALL_CFLAGS) -DSCACHE_P
-model.o: model.c $(INCLUDE_DEPS) cpu-opc.h cpu.h
+model.o: model.c $(INCLUDE_DEPS) cpu.h
#sem-cache.o: sem.c decode.h $(INCLUDE_DEPS) $(OPS_INCLUDE_DEPS) cpu.h
# $(CC) -c $(srcdir)/sem.c -o sem-cache.o -DSCACHE_P $(ALL_CFLAGS)
@@ -114,9 +114,9 @@ mloopx.c: $(srcdir)/../common/genmloop.sh mloopx.in Makefile
mloopx.o: mloopx.c readx.c $(INCLUDE_DEPS) $(OPS_INCLUDE_DEPS) cpux.h
cpux.o: cpux.c $(INCLUDE_DEPS) $(OPS_INCLUDE_DEPS) cpux.h
-decodex.o: decodex.c decodex.h $(INCLUDE_DEPS) $(OPS_INCLUDE_DEPS) cpu-opc.h cpux.h
+decodex.o: decodex.c decodex.h $(INCLUDE_DEPS) $(OPS_INCLUDE_DEPS) cpux.h
semx.o: semx.c decodex.h $(INCLUDE_DEPS) $(OPS_INCLUDE_DEPS) cpux.h
-modelx.o: modelx.c $(INCLUDE_DEPS) cpu-opc.h cpux.h
+modelx.o: modelx.c $(INCLUDE_DEPS) cpux.h
# end-sanitize-m32rx
m32r-clean: