From b6fb3551d890f0ccbb88eb7ab81c83f9a2b1694c Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 21 Oct 2020 20:58:52 +0100 Subject: Cosmetic change for clarification It's better to have these two statements on just one line each so that they align nicely and it is more obvious that nothing weird is going on. Change-Id: Ia95f2d9691f05b14786f32bc530e4602f3d46877 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104647 Tested-by: Tor Lillqvist Reviewed-by: Tor Lillqvist --- solenv/gbuild/platform/macosx.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'solenv') diff --git a/solenv/gbuild/platform/macosx.mk b/solenv/gbuild/platform/macosx.mk index 101251952e4b..295b4e1aeb3e 100644 --- a/solenv/gbuild/platform/macosx.mk +++ b/solenv/gbuild/platform/macosx.mk @@ -211,8 +211,7 @@ $(call gb_LinkTarget__get_installname,$(call gb_Library_get_filename,$(1)),$(cal endef define gb_Library_Library_platform -$(call gb_LinkTarget_get_target,$(2)) : \ - RPATH := $(call gb_Library_get_rpath,$(1)) +$(call gb_LinkTarget_get_target,$(2)) : RPATH := $(call gb_Library_get_rpath,$(1)) $(call gb_LinkTarget_get_target,$(2)) : LAYER := $(call gb_Library_get_layer,$(1)) endef -- cgit