mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
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.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user