Makefile.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c4170e4bcba61865425d03a1292b9aea39dc1e6d
Author: Stephan Bergmann <[email protected]>
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 <[email protected]>
Reviewed-by: Stephan Bergmann <[email protected]>
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
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits