build: fix creation of link libtalloc.so on some systems.
commit81edb3802d9a9c67460b4f7ed05fef42c7d573ba
authorMichael Adam <obnox@samba.org>
Sun, 6 Jul 2008 00:32:09 +0000 (6 02:32 +0200)
committerKarolin Seeger <kseeger@samba.org>
Mon, 18 Aug 2008 12:49:17 +0000 (18 14:49 +0200)
treefe426cd1903daf7905797d641bffa119de5239eb
parentfcdb9f8871419002a1d8989f0665ad728d17012e
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
(cherry picked from commit d913b1e7316e84c1430f9d577f49d3c3e4e7719b)
(cherry picked from commit 1cf4d4aaa4bcec2dcc7b99288f4818b0535fdfad)
source/Makefile.in