diff options
Diffstat (limited to 'sim/d10v/local.mk')
-rw-r--r-- | sim/d10v/local.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sim/d10v/local.mk b/sim/d10v/local.mk index 967d4e7..63ddb6e 100644 --- a/sim/d10v/local.mk +++ b/sim/d10v/local.mk @@ -48,8 +48,7 @@ BUILT_SOURCES += %D%/simops.h %D%/gencode$(EXEEXT) \ %D%/table.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%_gencode_SOURCES = %D%/gencode.c |