From ee3134d0288c9d9d4f4a9fe325d4864a556edc63 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 2 Jan 2023 14:34:52 -0500 Subject: sim: build: drop most recursive build deps Now that we build these objects in the top dir & generate modules.c there, we don't need to generate them all first -- we can let the normal dependency graph take care of building things in parallel. --- sim/m32c/local.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sim/m32c') diff --git a/sim/m32c/local.mk b/sim/m32c/local.mk index 7093e24..a6d2242 100644 --- a/sim/m32c/local.mk +++ b/sim/m32c/local.mk @@ -53,8 +53,7 @@ noinst_PROGRAMS += %D%/run %D%/m32c.c \ %D%/r8c.c -## This makes sure build tools are available before building the arch-subdirs. -SIM_ALL_RECURSIVE_DEPS += $(%C%_BUILD_OUTPUTS) +## Generating modules.c requires all sources to scan. %D%/modules.c: | $(%C%_BUILD_OUTPUTS) %C%_opc2c_SOURCES = %D%/opc2c.c -- cgit v1.1