From f935d4b8bd9358dbe9160693622fb77e7b64d639 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Thu, 11 Oct 2012 18:09:42 +0200 Subject: [PATCH] Makefile.top: move compilerplugins dependency to bootstrap ... as it was always causing ./bootstrap to be run on "make module". Change-Id: If2b04ea415fd644c6a8ff9a3f712ff713d8b12ae --- Makefile.top | 4 ++-- 1 file 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 $@