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:
parent
d45feee614
commit
f935d4b8bd
1 changed files with 2 additions and 2 deletions
|
@ -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 $@
|
||||
|
||||
|
|
Loading…
Reference in a new issue