From 086c6c0e9a56f7e6dca6c1398e210b8c6225e4ed Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 22 May 2010 19:29:13 +0200 Subject: s3: Attempt to fix the non-gnumake build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Björn, please check! --- source3/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/Makefile.in') diff --git a/source3/Makefile.in b/source3/Makefile.in index 81328eb9be..f5c243ff6e 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 -- cgit