sim: build: stop passing down SIM_PRIMARY_TARGET
authorMike Frysinger <vapier@gentoo.org>
Sun, 6 Nov 2022 14:08:04 +0000 (21:08 +0700)
committerMike Frysinger <vapier@gentoo.org>
Sun, 6 Nov 2022 14:44:58 +0000 (21:44 +0700)
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.

sim/Makefile.am
sim/Makefile.in

index fb28f98ece70e89fbafd0b9881e108ad15597d8b..b8d592ade4d23bf3fd314442550640e134d62d06 100644 (file)
@@ -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.
index 9df04fed45a3e0fdf4180ed62f679b2b525e8e6c..746527dc7b0208f8cf5a49099693368110bede04 100644 (file)
@@ -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 \