diff options
Diffstat (limited to 'sim/m32c')
-rw-r--r-- | sim/m32c/local.mk | 3 |
1 files changed, 1 insertions, 2 deletions
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 |