Makefile.top |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0db40b4672fb9714d9e5dbe12615fa511463d9f7
Author: Bjoern Michaelsen <[email protected]>
Date:   Tue Dec 4 16:45:33 2012 +0100

    superficial specialcasing is superficial

diff --git a/Makefile.top b/Makefile.top
index 4f445cb..9d88c7c 100644
--- a/Makefile.top
+++ b/Makefile.top
@@ -49,7 +49,7 @@ $(1): bootstrap fetch
        cd $(1) && $(GNUMAKE) -j $(PARALLELISM) $(GMAKE_OPTIONS) 
gb_PARTIALBUILD=T
 
 $(1).all: bootstrap fetch
-       $$(if $$(filter $(1),$$(shell $(GNUMAKE) -r -f 
$(SRCDIR)/tail_build/Makefile showmodules) tail_build), \
+       $$(if $$(filter $(1),$$(shell $(GNUMAKE) -r -f 
$(SRCDIR)/tail_build/Makefile showmodules)), \
                cd tail_build && unset MAKEFLAGS && \
                export gb_TAILBUILDTARGET="$(WORKDIR)/Module/$(1) 
$(WORKDIR)/Module/check/$(1) $(WORKDIR)/Module/slowcheck/$(1)" && \
        , \
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to