[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-1243-gaf07ada

Volker Lendecke vl at samba.org
Thu Jan 10 10:00:38 GMT 2008


The branch, v3-2-test has been updated
       via  af07adaf4293899fcbded666289ffa7479ca0501 (commit)
      from  be6fe381168321ae62e079cd977cbef675c532d4 (commit)

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


- Log -----------------------------------------------------------------
commit af07adaf4293899fcbded666289ffa7479ca0501
Author: Volker Lendecke <vl at samba.org>
Date:   Thu Jan 10 10:55:20 2008 +0100

    Fix suspicious Makefile line
    
    If @WINBIND_KRB5_LOCATOR@ is not defined, this leads to a line with just one
    tab in.

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

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


Changeset truncated at 500 lines:

diff --git a/source/Makefile.in b/source/Makefile.in
index a3a7e56..71150df 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -1046,8 +1046,8 @@ replacetort : SHOWFLAGS bin/replacetort at EXEEXT@
 timelimit : SHOWFLAGS bin/timelimit at EXEEXT@
 
 nsswitch : SHOWFLAGS bin/winbindd at EXEEXT@ bin/wbinfo at EXEEXT@ @WINBIND_NSS@ \
-	@WINBIND_WINS_NSS@ bin/pam_winbind. at SHLIBEXT@ bin/smbcontrol at EXEEXT@ \
-	@WINBIND_KRB5_LOCATOR@
+	@WINBIND_WINS_NSS@ @WINBIND_KRB5_LOCATOR@ \
+	bin/pam_winbind. at SHLIBEXT@ bin/smbcontrol at EXEEXT@
 
 wins : SHOWFLAGS @WINBIND_WINS_NSS@
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list