From e8b21ab244345cea0a1d0b9190a8729ff3ea47b1 Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Thu, 2 May 2024 11:35:10 +0200 Subject: 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 --- AllLangPackage_html_lang.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'AllLangPackage_html_lang.mk') diff --git a/AllLangPackage_html_lang.mk b/AllLangPackage_html_lang.mk index 63fe21ba65..a0ae5f5a7b 100644 --- a/AllLangPackage_html_lang.mk +++ b/AllLangPackage_html_lang.mk @@ -7,7 +7,7 @@ # # file, You can obtain one at http://mozilla.org/MPL/2.0/. # # # -$(eval $(call gb_AllLangPackage_AllLangPackage,helpcontent2_html_lang,$(call gb_CustomTarget_get_workdir,helpcontent2/help3xsl))) +$(eval $(call gb_AllLangPackage_AllLangPackage,helpcontent2_html_lang,$(gb_CustomTarget_workdir)/helpcontent2/help3xsl)) $(eval $(call gb_AllLangPackage_use_customtarget,helpcontent2_html_lang,helpcontent2/help3xsl)) -- cgit