git.samba.org
/
ira
/
wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0a054d
)
Fix build failure if symlink already exists.
author
Jeremy Allison
<jra@samba.org>
Fri, 21 Dec 2007 20:18:35 +0000
(12:18 -0800)
committer
Jeremy Allison
<jra@samba.org>
Fri, 21 Dec 2007 20:18:35 +0000
(12:18 -0800)
Jeremy.
(This used to be commit
b8310f427277640c7b2526d0c5cd84deecfd3e99
)
source3/Makefile.in
patch
|
blob
|
history
diff --git
a/source3/Makefile.in
b/source3/Makefile.in
index 7ca5123affe6dc29fd4a7a688f0c6544cbdf3371..e1f516f891050fdee4346e6f788ffe28cbe54868 100644
(file)
--- a/
source3/Makefile.in
+++ b/
source3/Makefile.in
@@
-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 $@