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

New commits:
commit c4170e4bcba61865425d03a1292b9aea39dc1e6d
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Tue Mar 27 16:38:07 2018 +0200

    Check for submodules in SRCDIR
    
    Change-Id: I4835c9aec33d611d0bdcd8150704866e76b49e9e
    Reviewed-on: https://gerrit.libreoffice.org/51957
    Tested-by: Jenkins <c...@libreoffice.org>
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/Makefile.in b/Makefile.in
index 0b2340a0ef58..e8a6433d2491 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -238,7 +238,7 @@ fetch: get-submodules
 
 ifneq (,$(wildcard $(SRCDIR)/.git))
 get-submodules:
-ifneq ($(foreach i,$(GIT_NEEDED_SUBMODULES),$(i)/.git),$(wildcard $(foreach 
i,$(GIT_NEEDED_SUBMODULES),$(i)/.git)))
+ifneq ($(foreach i,$(GIT_NEEDED_SUBMODULES),$(SRCDIR)/$(i)/.git),$(wildcard 
$(foreach i,$(GIT_NEEDED_SUBMODULES),$(SRCDIR)/$(i)/.git)))
        cd $(SRCDIR) && ./g -f clone
 endif
 ifeq ($(shell test -d $(SRCDIR)/.git; echo $$?),0)
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to