summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.top4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.top b/Makefile.top
index d8bde500ca26..5ee778db1f6b 100644
--- a/Makefile.top
+++ b/Makefile.top
@@ -393,9 +393,9 @@ endif
#
# Bootstap
#
-bootstrap: $(WORKDIR)/bootstrap
+bootstrap: $(WORKDIR)/bootstrap compilerplugins
-$(WORKDIR)/bootstrap: solenv/bin/concat-deps.c compilerplugins
+$(WORKDIR)/bootstrap: solenv/bin/concat-deps.c
@cd $(SRCDIR) && ./bootstrap
@mkdir -p $(dir $@) && touch $@