aboutsummaryrefslogtreecommitdiff
path: root/sim/igen/local.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sim/igen/local.mk')
-rw-r--r--sim/igen/local.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/sim/igen/local.mk b/sim/igen/local.mk
index db902a6..0126a2c 100644
--- a/sim/igen/local.mk
+++ b/sim/igen/local.mk
@@ -24,10 +24,6 @@
IGEN = %D%/igen$(EXEEXT)
IGEN_RUN = ASAN_OPTIONS=detect_leaks=0 $(IGEN) $(IGEN_FLAGS_SMP)
-## This makes sure igen is available before building the arch-subdirs which
-## need to run the igen tool.
-SIM_ALL_RECURSIVE_DEPS += $(IGEN)
-
# Alias for developers.
igen: $(IGEN)