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 <[EMAIL PROTECTED]>
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/[EMAIL PROTECTED]@
 timelimit : SHOWFLAGS bin/[EMAIL PROTECTED]@
 
 nsswitch : SHOWFLAGS bin/[EMAIL PROTECTED]@ bin/[EMAIL PROTECTED]@ 
@WINBIND_NSS@ \
-       @WINBIND_WINS_NSS@ bin/[EMAIL PROTECTED]@ bin/[EMAIL PROTECTED]@ \
-       @WINBIND_KRB5_LOCATOR@
+       @WINBIND_WINS_NSS@ @WINBIND_KRB5_LOCATOR@ \
+       bin/[EMAIL PROTECTED]@ bin/[EMAIL PROTECTED]@
 
 wins : SHOWFLAGS @WINBIND_WINS_NSS@
 


-- 
Samba Shared Repository

Reply via email to