The branch, v3-devel has been updated
       via  04974818bda75c4315ad09b623e5df55c87dbc87 (commit)
      from  cb925dec85cfc4cfc194c3ff76dbeba2bd2178d7 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-devel


- Log -----------------------------------------------------------------
commit 04974818bda75c4315ad09b623e5df55c87dbc87
Author: Michael Adam <[EMAIL PROTECTED]>
Date:   Fri Aug 15 23:17:48 2008 +0200

    build: fix a typo in the installlibtalloc rule.
    
    The symlink liballoc.so -> libtalloc.so.1 would have been
    created unconditionally, independent of the existence of
    libtalloc.so.1.
    
    Michael

-----------------------------------------------------------------------

Summary of changes:
 source/Makefile.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/Makefile.in b/source/Makefile.in
index b965262..938d711 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -1599,7 +1599,7 @@ installlibtalloc:: installdirs libtalloc
        @$(SHELL) $(srcdir)/script/installdirs.sh $(INSTALLPERMS_BIN) 
$(DESTDIR) $(LIBDIR)
        -$(INSTALLLIBCMD_SH) $(LIBTALLOC_SHARED_TARGET_SONAME) 
$(DESTDIR)$(LIBDIR)
        @rm -f $(DESTDIR)$(LIBDIR)/`basename $(LIBTALLOC_SHARED_TARGET)`
-       -if test -e $(LIBTALLOC_SHARD_TARGET_SONAME) ; then \
+       -if test -e $(LIBTALLOC_SHARED_TARGET_SONAME) ; then \
                ln -s -f `basename $(LIBTALLOC_SHARED_TARGET_SONAME)` \
                        $(DESTDIR)$(LIBDIR)/`basename 
$(LIBTALLOC_SHARED_TARGET)` ; \
        fi


-- 
Samba Shared Repository

Reply via email to