aboutsummaryrefslogtreecommitdiff
path: root/sim/rx
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-11-06 21:09:25 +0700
committerMike Frysinger <vapier@gentoo.org>2022-11-06 21:48:42 +0700
commit93e0ec910afe8c9a05ed802e04823080eefd9502 (patch)
tree43b4a223a12fe9c7e458df00207ce6fff7b1834e /sim/rx
parent1e5482d5686b77accc3b935a36b40a37fd699319 (diff)
downloadfsf-binutils-gdb-93e0ec910afe8c9a05ed802e04823080eefd9502.zip
fsf-binutils-gdb-93e0ec910afe8c9a05ed802e04823080eefd9502.tar.gz
fsf-binutils-gdb-93e0ec910afe8c9a05ed802e04823080eefd9502.tar.bz2
sim: build: respect AM_MAKEFLAGS when entering subdirs
This doesn't matter right now, but it will as we add more flags to the recursive make step to pass state down.
Diffstat (limited to 'sim/rx')
-rw-r--r--sim/rx/local.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/rx/local.mk b/sim/rx/local.mk
index 119a0f7..e26ea82 100644
--- a/sim/rx/local.mk
+++ b/sim/rx/local.mk
@@ -26,7 +26,7 @@ noinst_PROGRAMS += %D%/run
## Helper targets for running make from the top-level due to run's main.o.
%D%/%.o: %D%/%.c | %D%/libsim.a $(SIM_ALL_RECURSIVE_DEPS)
- $(MAKE) -C $(@D) $(@F)
+ $(MAKE) $(AM_MAKEFLAGS) -C $(@D) $(@F)
%C%docdir = $(docdir)/%C%
%C%doc_DATA = %D%/README.txt