summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2024-07-03 06:24:02 -0300
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2024-07-03 23:47:41 +0200
commite650777fa21ed8b88b4dde2ff3607238928f3aa5 (patch)
tree22df0d5e5049911af9b79e12d4324be5fed17737 /solenv
parent8616a49d37dec0d17bd2355a3cf4cdb447ba6514 (diff)
Fix Help build with --with-lang=...
Variable gb_POLOCATION is empty. include langlist.mk after TargetLocations.mk Change-Id: I3e82624df84700c922d116b32a366c0e6b424235 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169928 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/gbuild.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/solenv/gbuild/gbuild.mk b/solenv/gbuild/gbuild.mk
index 30f2fbe3b21e..2a2f89cf8f45 100644
--- a/solenv/gbuild/gbuild.mk
+++ b/solenv/gbuild/gbuild.mk
@@ -70,8 +70,6 @@ include $(GBUILDDIR)/Helper.mk
include $(GBUILDDIR)/Conditions.mk
-include $(SRCDIR)/solenv/inc/langlist.mk
-
# optional extensions that should never be essential
ifneq ($(wildcard $(GBUILDDIR)/extensions/pre_*.mk),)
include $(wildcard $(GBUILDDIR)/extensions/pre_*.mk)
@@ -176,6 +174,7 @@ endif
include $(GBUILDDIR)/ExternalExecutable.mk
include $(GBUILDDIR)/TargetLocations.mk
+include $(SRCDIR)/solenv/inc/langlist.mk
define gb_var2file
$(file >$(1),$(2))$(1)