summaryrefslogtreecommitdiff
path: root/Package_html_dynamic.mk
diff options
context:
space:
mode:
authorChristian Lohmaier <cloph@documentfoundation.org>2024-05-02 11:35:10 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2024-05-03 16:06:39 +0200
commite8b21ab244345cea0a1d0b9190a8729ff3ea47b1 (patch)
treea0d8a15385837fe4f0112088a438f77fd0d696c3 /Package_html_dynamic.mk
parentd5d56e1d29b65749978ae5e9801531200477761b (diff)
makefile simplification: replace $(call gb_CustomTarget_get_workdir,foo)
helpcontent2 portion Change-Id: I2e10bf8bf4cb39fa3a8f9a2c3eb8f22d8636560c Reviewed-on: https://gerrit.libreoffice.org/c/help/+/167007 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'Package_html_dynamic.mk')
-rw-r--r--Package_html_dynamic.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Package_html_dynamic.mk b/Package_html_dynamic.mk
index b7d3e8082f..98874fcf47 100644
--- a/Package_html_dynamic.mk
+++ b/Package_html_dynamic.mk
@@ -7,7 +7,7 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
-$(eval $(call gb_Package_Package,helpcontent2_html_dynamic,$(call gb_CustomTarget_get_workdir,helpcontent2/help3xsl)))
+$(eval $(call gb_Package_Package,helpcontent2_html_dynamic,$(gb_CustomTarget_workdir)/helpcontent2/help3xsl))
$(eval $(call gb_Package_use_customtarget,helpcontent2_html_dynamic,helpcontent2/help3xsl))