sim: m32c/rx: drop useless $(ENDLIST)
authorMike Frysinger <vapier@gentoo.org>
Thu, 3 Nov 2022 18:07:53 +0000 (01:07 +0700)
committerMike Frysinger <vapier@gentoo.org>
Thu, 3 Nov 2022 18:39:05 +0000 (01:39 +0700)
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/m32c/Makefile.in
sim/rx/Makefile.in

index 2436eb940f45f3193ef3b18b86868dbc0e84d0af..ea4320540a9c179698dac4765d9e5d4eb0421b91 100644 (file)
@@ -22,9 +22,7 @@
 
 SIM_EXTRA_CFLAGS = -DTIMER_A
 
-SIM_RUN_OBJS = \
-       main.o \
-       $(ENDLIST)
+SIM_RUN_OBJS = main.o
 
 SIM_OBJS = \
        gdb-if.o \
@@ -37,7 +35,6 @@ SIM_OBJS = \
        m32c.o \
        srcdest.o \
        syscalls.o \
-       trace.o \
-       $(ENDLIST)
+       trace.o
 
 ## COMMON_POST_CONFIG_FRAG
index c845fceb2fc0c5d3c5e13452562b7e34d8322b07..4e1f2acf2143ed2ee9483ab6e0cdb0f4c53f3f20 100644 (file)
@@ -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