diff options
Diffstat (limited to 'sim/v850/local.mk')
-rw-r--r-- | sim/v850/local.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sim/v850/local.mk b/sim/v850/local.mk index 68f61f8..973e83c 100644 --- a/sim/v850/local.mk +++ b/sim/v850/local.mk @@ -78,8 +78,7 @@ BUILT_SOURCES += \ $(%C%_BUILT_SRC_FROM_IGEN) \ %D%/stamp-igen -## 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%_BUILT_SRC_FROM_IGEN): %D%/stamp-igen |