summaryrefslogtreecommitdiff
path: root/solenv/gbuild/platform/macosx.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2011-12-15 22:41:46 +0100
committerMichael Stahl <mstahl@redhat.com>2011-12-15 22:59:18 +0100
commit1d90f180cd263d7f99039bada57b3655d6f399df (patch)
treec8a26f9b299690b3763991ef8549be5b42924838 /solenv/gbuild/platform/macosx.mk
parent9a6beed05243189bf6106a70def7e3817b6363f3 (diff)
gbuild: macosx.mk: remove salhelper hack
Diffstat (limited to 'solenv/gbuild/platform/macosx.mk')
-rw-r--r--solenv/gbuild/platform/macosx.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/solenv/gbuild/platform/macosx.mk b/solenv/gbuild/platform/macosx.mk
index ea576f3f8286..2ffe0f0b7715 100644
--- a/solenv/gbuild/platform/macosx.mk
+++ b/solenv/gbuild/platform/macosx.mk
@@ -149,10 +149,8 @@ gb_LinkTarget__RPATHS := \
SDKBIN: \
NONE:@__VIA_LIBRARY_PATH__@ \
-# The below contains a bad hack to set the correct install name for
-# libuno_salhepergcc3.dylib.3, with a trailing ".3":
define gb_LinkTarget__get_installname
-$(if $(2),-install_name '$(2)$(1)$(if $(filter $(1),libuno_salhelpergcc3.dylib),.3)',$(error
+$(if $(2),-install_name '$(2)$(1)',$(error
cannot determine -install_name for $(2)))
endef