Makefile.top | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit f935d4b8bd9358dbe9160693622fb77e7b64d639
Author: Michael Stahl <[email protected]>
Date: Thu Oct 11 18:09:42 2012 +0200
Makefile.top: move compilerplugins dependency to bootstrap
... as it was always causing ./bootstrap to be run on "make module".
Change-Id: If2b04ea415fd644c6a8ff9a3f712ff713d8b12ae
diff --git a/Makefile.top b/Makefile.top
index d8bde50..5ee778d 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 $@
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits