diff options
Diffstat (limited to 'sim/avr/Makefile.in')
-rw-r--r-- | sim/avr/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/avr/Makefile.in b/sim/avr/Makefile.in index 80a1230..f0a9bcc 100644 --- a/sim/avr/Makefile.in +++ b/sim/avr/Makefile.in @@ -17,8 +17,8 @@ ## COMMON_PRE_CONFIG_FRAG SIM_OBJS = \ - $(SIM_NEW_COMMON_OBJS) \ interp.o \ + $(SIM_NEW_COMMON_OBJS) \ sim-hload.o \ sim-reason.o \ sim-resume.o \ |