summaryrefslogtreecommitdiff
path: root/source4/build
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-11-14 10:52:47 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:45:16 +0100
commit656d9f43049cbb50535aef38a5ac347b28fee910 (patch)
treeccb0fdbd7828067802869aa167074906cf6e1a4c /source4/build
parent35efbc84c73a2c9f9bdbdfb0faf624721505fe9e (diff)
downloadsamba-656d9f43049cbb50535aef38a5ac347b28fee910.tar.gz
samba-656d9f43049cbb50535aef38a5ac347b28fee910.tar.bz2
samba-656d9f43049cbb50535aef38a5ac347b28fee910.zip
r25954: we don't need this twice
metze (This used to be commit 5cc89f1b8ec650560768b52b67302bc695b652c1)
Diffstat (limited to 'source4/build')
-rw-r--r--source4/build/smb_build/makefile.pm7
1 files changed, 0 insertions, 7 deletions
diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm
index 5f56fb6ddf..6493e4df97 100644
--- a/source4/build/smb_build/makefile.pm
+++ b/source4/build/smb_build/makefile.pm
@@ -372,13 +372,6 @@ __EOD__
}
}
- if ($self->{config}->{SONAMEFLAG} ne "#" and
- defined($ctx->{LIBRARY_SONAME}) and
- $ctx->{LIBRARY_REALNAME} ne $ctx->{LIBRARY_SONAME}) {
- $lns .= "\n\t\@rm -f $ctx->{SHAREDDIR}/$ctx->{LIBRARY_SONAME}";
- $lns .= "\n\t\@ln -fs $ctx->{LIBRARY_REALNAME} $ctx->{SHAREDDIR}/$ctx->{LIBRARY_SONAME}";
- }
-
if (defined($ctx->{LIBRARY_SONAME})) {
$lns .= "\n\t\@rm -f $ctx->{SHAREDDIR}/$ctx->{LIBRARY_DEBUGNAME}";
$lns .= "\n\t\@ln -fs $ctx->{LIBRARY_REALNAME} $ctx->{SHAREDDIR}/$ctx->{LIBRARY_DEBUGNAME}";