From 8183b5f53f7a2d50085f6584d1bd846aff6b5dbf Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 4 Nov 2022 01:07:53 +0700 Subject: sim: m32c/rx: drop useless $(ENDLIST) 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/rx/Makefile.in | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'sim/rx') diff --git a/sim/rx/Makefile.in b/sim/rx/Makefile.in index c845fce..4e1f2ac 100644 --- a/sim/rx/Makefile.in +++ b/sim/rx/Makefile.in @@ -22,9 +22,7 @@ SIM_EXTRA_CFLAGS = @SIM_RX_CYCLE_ACCURATE_FLAGS@ -SIM_RUN_OBJS = \ - main.o \ - $(ENDLIST) +SIM_RUN_OBJS = main.o SIM_OBJS = \ fpu.o \ @@ -36,8 +34,7 @@ SIM_OBJS = \ syscalls.o \ trace.o \ gdb-if.o \ - err.o \ - $(ENDLIST) + err.o ## COMMON_POST_CONFIG_FRAG -- cgit v1.1