diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2024-05-05 19:20:33 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2024-05-06 11:40:45 +0200 |
commit | 875a1bf2e132e9083f3cf23b0fc59aeedaf61574 (patch) | |
tree | e0aaa2967914dc9d1ece2055d4dfe3805982b41e /jurt | |
parent | 971db10d73a0fe80cceca70d19edd02de30be414 (diff) |
makefile simplification: replace $(call gb_UnpackedTarball_get_dir,foo)
…by a simple/static $(gb_UnpackedTarball_workdir)/foo
see also 0c4c84a14b01c71c76a9c45a7f26aec4d64f3e4f
Change-Id: I8e6aa55c85534c4446556548910c950ddbe7c6fc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167163
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Tested-by: Jenkins
Diffstat (limited to 'jurt')
-rw-r--r-- | jurt/Library_jpipe.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jurt/Library_jpipe.mk b/jurt/Library_jpipe.mk index 379a709da2e4..1048c61fda3f 100644 --- a/jurt/Library_jpipe.mk +++ b/jurt/Library_jpipe.mk @@ -67,8 +67,8 @@ $(eval $(call gb_Library_set_include,jpipe, \ -I$(SRCDIR)/sal/osl/unx \ -I$(SRCDIR)/sal/rtl \ -I$(SRCDIR)/sal/textenc \ - -I$(call gb_UnpackedTarball_get_dir,dtoa) \ - -I$(call gb_UnpackedTarball_get_dir,dtoa/include) \ + -I$(gb_UnpackedTarball_workdir)/dtoa \ + -I$(gb_UnpackedTarball_workdir)/dtoa/include \ )) $(eval $(call gb_Library_use_externals,jpipe, \ |