diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2023-04-05 12:41:21 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2023-04-11 12:39:46 +0200 |
commit | c0e82975c21d702f962784ee5ddb7435e6d7c922 (patch) | |
tree | b0ae915e404197b07193bff85931d0543daaea95 /Makefile.in | |
parent | bdd96fb801627b0accd81ff33be034c19fe193ba (diff) |
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+LibreOffice@googlemail.com>
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
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 |