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

New commits:
commit c0e82975c21d702f962784ee5ddb7435e6d7c922
Author:     Christian Lohmaier <lohmaier+libreoff...@googlemail.com>
AuthorDate: Wed Apr 5 12:41:21 2023 +0200
Commit:     Christian Lohmaier <lohmaier+libreoff...@googlemail.com>
CommitDate: Tue Apr 11 12:39:46 2023 +0200

    add fetch to dependencies of gbuildtojson / Rdb target
    
    Change-Id: Icd3535a90fc0a13b1df8f412e8a1a50e9d5e5b08
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150052
    Tested-by: Jenkins
    Reviewed-by: Christian Lohmaier <lohmaier+libreoff...@googlemail.com>

diff --git a/Makefile.in b/Makefile.in
index 321df930b915..0da4ba05bda2 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -542,6 +542,7 @@ vscode-ide-integration: $(BUILDDIR)/vs-code.code-workspace 
vim-ide-integration
 
 # ToDo: there probably is a way to have it at least create the 
compile-commands.json file
 # for the vim/vs-code integration without building the registry stuff
+Rdb:| fetch
 gbuildtojson: Rdb
 
 $(BUILDDIR)/vs-code.code-workspace: $(BUILDDIR)/vs-code.code-workspace.template

Reply via email to