diff options
Diffstat (limited to 'sim/m32r/Makefile.in')
-rw-r--r-- | sim/m32r/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sim/m32r/Makefile.in b/sim/m32r/Makefile.in index 7090e5f..801db48 100644 --- a/sim/m32r/Makefile.in +++ b/sim/m32r/Makefile.in @@ -28,9 +28,8 @@ SIM_OBJS = \ $(SIM_NEW_COMMON_OBJS) \ sim-hload.o \ sim-model.o \ - sim-reg.o \ cgen-utils.o cgen-trace.o cgen-scache.o \ - cgen-run.o sim-reason.o sim-stop.o \ + cgen-run.o \ sim-if.o arch.o \ $(M32R_OBJS) \ $(M32RX_OBJS) \ |