[Libreoffice-commits] core.git: Makefile.in

Stephan Bergmann sbergman at redhat.com
Wed Mar 28 06:16:11 UTC 2018


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

New commits:
commit c4170e4bcba61865425d03a1292b9aea39dc1e6d
Author: Stephan Bergmann <sbergman at 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 <ci at libreoffice.org>
    Reviewed-by: Stephan Bergmann <sbergman at 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)


More information about the Libreoffice-commits mailing list