build: fix creation of link libtalloc.so on some systems.
commitd913b1e7316e84c1430f9d577f49d3c3e4e7719b
authorMichael Adam <obnox@samba.org>
Sun, 6 Jul 2008 00:32:09 +0000 (6 02:32 +0200)
committerMichael Adam <obnox@samba.org>
Mon, 7 Jul 2008 18:33:58 +0000 (7 20:33 +0200)
tree641338a3eca8d1484c27e47331c477372c01471a
parent49919889892f258cc669b08417e7569e8f5efaf4
build: fix creation of link libtalloc.so on some systems.

ln -s -f seem to be unknown on some solaris versions (e.g.).
so if there is an old libtalloc.so around, this will fail.
use rm -f prior to creating the link to circumvent this.

Michael
source/Makefile.in