sim: build: stop passing down SIM_PRIMARY_TARGET

Message ID 20221106144545.11860-1-vapier@gentoo.org
State Committed
Headers
Series sim: build: stop passing down SIM_PRIMARY_TARGET |

Commit Message

Mike Frysinger Nov. 6, 2022, 2:45 p.m. UTC
  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 | 2 +-
 sim/Makefile.in | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
  

Patch

diff --git a/sim/Makefile.am b/sim/Makefile.am
index fb28f98ece70..b8d592ade4d2 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.