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:
Michael Stahl 2012-10-11 18:09:42 +02:00
parent d45feee614
commit f935d4b8bd

View file

@ -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 $@