summaryrefslogtreecommitdiff
path: root/sim/Makefile.am
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2023-01-01 23:02:28 -0500
committerMike Frysinger <vapier@gentoo.org>2023-01-14 20:41:24 -0500
commit068b723abc3f642f2fa5408908049d3d21a98588 (patch)
tree53ecaf0acefc883a428882ad45e3a718c790107d /sim/Makefile.am
parent936b119d439cd67b691f5ee6eac6a8a8cb40c960 (diff)
downloadbinutils-gdb-068b723abc3f642f2fa5408908049d3d21a98588.tar.gz
sim: build: drop AM_MAKEFLAGS settings
We don't have any recursive builds anymore, so we can drop this logic.
Diffstat (limited to 'sim/Makefile.am')
-rw-r--r--sim/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/sim/Makefile.am b/sim/Makefile.am
index 29086d22d68..0e9fc3c67a9 100644
--- a/sim/Makefile.am
+++ b/sim/Makefile.am
@@ -27,7 +27,6 @@ srcroot = $(srcdir)/..
SUBDIRS = @subdirs@
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.