aboutsummaryrefslogtreecommitdiff
path: root/sim
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-11-06 21:08:04 +0700
committerMike Frysinger <vapier@gentoo.org>2022-11-06 21:44:58 +0700
commit1e5482d5686b77accc3b935a36b40a37fd699319 (patch)
treedc2d932015b2e53be6e94e460c98d3f8dc26a950 /sim
parent25e64b5276487ac8d95fc5030a1ba626883c7afd (diff)
downloadbinutils-1e5482d5686b77accc3b935a36b40a37fd699319.zip
binutils-1e5482d5686b77accc3b935a36b40a37fd699319.tar.gz
binutils-1e5482d5686b77accc3b935a36b40a37fd699319.tar.bz2
sim: build: stop passing down SIM_PRIMARY_TARGET
This was needed when the install step was run in subdirs, but now that we process that entirely in the top-level, we don't need to pass this down, so drop it.
Diffstat (limited to 'sim')
-rw-r--r--sim/Makefile.am2
-rw-r--r--sim/Makefile.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/sim/Makefile.am b/sim/Makefile.am
index fb28f98..b8d592a 100644
--- a/sim/Makefile.am
+++ b/sim/Makefile.am
@@ -27,7 +27,7 @@ srcroot = $(srcdir)/..
SUBDIRS = @subdirs@ $(SIM_SUBDIRS)
SIM_PRIMARY_TARGET = @SIM_PRIMARY_TARGET@
-AM_MAKEFLAGS = SIM_PRIMARY_TARGET=$(SIM_PRIMARY_TARGET)
+AM_MAKEFLAGS =
## We don't set some of these vars here, but we need to define them so they may
## be used consistently in local.mk files we include below.
diff --git a/sim/Makefile.in b/sim/Makefile.in
index 9df04fe..746527d 100644
--- a/sim/Makefile.in
+++ b/sim/Makefile.in
@@ -1164,7 +1164,7 @@ GNULIB_PARENT_DIR = ..
srccom = $(srcdir)/common
srcroot = $(srcdir)/..
SUBDIRS = @subdirs@ $(SIM_SUBDIRS)
-AM_MAKEFLAGS = SIM_PRIMARY_TARGET=$(SIM_PRIMARY_TARGET)
+AM_MAKEFLAGS =
pkginclude_HEADERS = $(am__append_1)
noinst_LIBRARIES = $(SIM_COMMON_LIB) $(am__append_3)
CLEANFILES = common/version.c common/version.c-stamp \