summaryrefslogtreecommitdiff
path: root/solenv/bin/macosx-change-install-names.pl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-02-01 15:09:52 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-02-01 15:22:24 +0100
commit6f8caab7d57321650455163a6cce164a30f6a9cf (patch)
tree6a7cc201ae77484e79049a20abb34bbb85c10410 /solenv/bin/macosx-change-install-names.pl
parentc2d14df725768ec9c3b6b65a4e02baa0faf41676 (diff)
No need for aliases here
Change-Id: I29dcc26eb13222ef4348ab3281a19b2e6f8c46f2
Diffstat (limited to 'solenv/bin/macosx-change-install-names.pl')
-rw-r--r--solenv/bin/macosx-change-install-names.pl8
1 files changed, 0 insertions, 8 deletions
diff --git a/solenv/bin/macosx-change-install-names.pl b/solenv/bin/macosx-change-install-names.pl
index ed60cc2030e9..56cf2dc18e8e 100644
--- a/solenv/bin/macosx-change-install-names.pl
+++ b/solenv/bin/macosx-change-install-names.pl
@@ -74,14 +74,6 @@ sub action($$$)
@ARGV >= 2 or die 'Usage: app|shl UREBIN|URELIB|OOO|SDKBIN|OXT|NONE <filepath>*';
$type = shift @ARGV;
$loc = shift @ARGV;
-if ($type eq "Executable")
-{
- $type = "app"
-}
-elsif ($type eq "Library" || $type eq "SharedLibrary")
-{
- $type = "shl"
-}
foreach $file (@ARGV)
{
my $call = "otool -L $file";