The branch, master has been updated
       via  086c6c0... s3: Attempt to fix the non-gnumake build
      from  8040bc6... torture: fix typos

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 086c6c0e9a56f7e6dca6c1398e210b8c6225e4ed
Author: Volker Lendecke <[email protected]>
Date:   Sat May 22 19:29:13 2010 +0200

    s3: Attempt to fix the non-gnumake build
    
    Björn, please check!

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

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


Changeset truncated at 500 lines:

diff --git a/source3/Makefile.in b/source3/Makefile.in
index 81328eb..f5c243f 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -1398,7 +1398,8 @@ wins : SHOWFLAGS @WINBIND_WINS_NSS@
 
 modules:: SHOWFLAGS $(MODULES)
 
-$(LIBSMBCLIENT_THREAD_OBJ) ../nsswitch/wins.o ../nsswitch/winbind_nss_linux.o: 
EXTRA_FLAGS := $(PTHREAD_CFLAGS)
+$(LIBSMBCLIENT_THREAD_OBJ) ../nsswitch/wins.o \
+       ../nsswitch/winbind_nss_linux.o := EXTRA_FLAGS = $(PTHREAD_CFLAGS)
 
 #####################################################################
 ## Perl IDL Compiler


-- 
Samba Shared Repository

Reply via email to