From bdcbd1b67f96beac419f8d8229f9bd0535242a50 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 31 Oct 2021 00:23:36 -0400 Subject: [PATCH] sim: mips/v850: remove redundant variable setup The common/Make-common.in fragment already provides these variables. --- sim/mips/Makefile.in | 5 ----- sim/v850/Makefile.in | 2 -- 2 files changed, 7 deletions(-) diff --git a/sim/mips/Makefile.in b/sim/mips/Makefile.in index c04736ba080..11af6661842 100644 --- a/sim/mips/Makefile.in +++ b/sim/mips/Makefile.in @@ -1,13 +1,8 @@ # Makefile template for Configure for the MIPS simulator. # Written by Cygnus Support. -SHELL = @SHELL@ - ## COMMON_PRE_CONFIG_FRAG -srcdir=@srcdir@ -srcroot=$(srcdir)/../../ - # Object files created by various simulator generators. diff --git a/sim/v850/Makefile.in b/sim/v850/Makefile.in index 9d46211fb42..2cee51fc4e5 100644 --- a/sim/v850/Makefile.in +++ b/sim/v850/Makefile.in @@ -15,8 +15,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -SHELL = @SHELL@ - ## COMMON_PRE_CONFIG_FRAG SIM_OBJS = \ -- 2.30.2