mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
Fix build failure if symlink already exists.
Jeremy.
(This used to be commit b8310f4272
)
This commit is contained in:
parent
e0a054ded3
commit
6f970837d0
@ -1396,7 +1396,7 @@ bin/libwbclient.@SHLIBEXT@: $(BINARY_PREREQS) $(LIBWBCLIENT_OBJ)
|
||||
@echo Linking shared library $@
|
||||
@$(SHLD_DSO) $(LIBWBCLIENT_OBJ) \
|
||||
@SONAMEFLAG@`basename $@`.$(SONAME_VER)
|
||||
@ln -s `basename $@` $@.$(SONAME_VER)
|
||||
@ln -s -f `basename $@` $@.$(SONAME_VER)
|
||||
|
||||
bin/libwbclient.a: $(BINARY_PREREQS) $(LIBWBCLIENT_OBJ)
|
||||
@echo Linking non-shared library $@
|
||||
|
Loading…
Reference in New Issue
Block a user