Makefile.top: move compilerplugins dependency to bootstrap
... as it was always causing ./bootstrap to be run on "make module". Change-Id: If2b04ea415fd644c6a8ff9a3f712ff713d8b12ae
This commit is contained in:
@@ -393,9 +393,9 @@ endif
|
|||||||
#
|
#
|
||||||
# Bootstap
|
# 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
|
@cd $(SRCDIR) && ./bootstrap
|
||||||
@mkdir -p $(dir $@) && touch $@
|
@mkdir -p $(dir $@) && touch $@
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user