This is used to allow for dangling \ in object lists, but these are the
only ports that do it, and it isn't really necessary. Punt it to keep
the various makefiles harmonized.
SIM_EXTRA_CFLAGS = -DTIMER_A
-SIM_RUN_OBJS = \
- main.o \
- $(ENDLIST)
+SIM_RUN_OBJS = main.o
SIM_OBJS = \
gdb-if.o \
m32c.o \
srcdest.o \
syscalls.o \
- trace.o \
- $(ENDLIST)
+ trace.o
## COMMON_POST_CONFIG_FRAG
SIM_EXTRA_CFLAGS = @SIM_RX_CYCLE_ACCURATE_FLAGS@
-SIM_RUN_OBJS = \
- main.o \
- $(ENDLIST)
+SIM_RUN_OBJS = main.o
SIM_OBJS = \
fpu.o \
syscalls.o \
trace.o \
gdb-if.o \
- err.o \
- $(ENDLIST)
+ err.o
## COMMON_POST_CONFIG_FRAG