diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-11-14 10:52:47 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:45:16 +0100 |
commit | 656d9f43049cbb50535aef38a5ac347b28fee910 (patch) | |
tree | ccb0fdbd7828067802869aa167074906cf6e1a4c /source4 | |
parent | 35efbc84c73a2c9f9bdbdfb0faf624721505fe9e (diff) | |
download | samba-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')
-rw-r--r-- | source4/build/smb_build/makefile.pm | 7 |
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}"; |