r25954: we don't need this twice
authorStefan Metzmacher <metze@samba.org>
Wed, 14 Nov 2007 09:52:47 +0000 (10:52 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 21 Dec 2007 04:45:16 +0000 (05:45 +0100)
metze

source/build/smb_build/makefile.pm

index 5f56fb6ddfdb33ad7ccc64c507d6f6b12b97a0d6..6493e4df97cdbab69e8beb61799d7a168d4e9171 100644 (file)
@@ -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}";