diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-10-11 18:09:42 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-10-11 18:10:43 +0200 |
commit | f935d4b8bd9358dbe9160693622fb77e7b64d639 (patch) | |
tree | 1e8e049826e420bfe1d559cc859b6bcf46f567c6 /Makefile.top | |
parent | d45feee6148ed947cae41ae1742361dd50b7c9c4 (diff) |
Makefile.top: move compilerplugins dependency to bootstrap
... as it was always causing ./bootstrap to be run on "make module".
Change-Id: If2b04ea415fd644c6a8ff9a3f712ff713d8b12ae
Diffstat (limited to 'Makefile.top')
-rw-r--r-- | Makefile.top | 4 |
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 $@ |