Revert "s3: Attempt to fix the non-gnumake build"
authorBjörn Jacke <bj@sernet.de>
Sat, 29 May 2010 00:02:20 +0000 (02:02 +0200)
committerBjörn Jacke <bj@sernet.de>
Sun, 30 May 2010 14:25:28 +0000 (16:25 +0200)
This reverts commit 086c6c0e9a56f7e6dca6c1398e210b8c6225e4ed, it broke some
builds. The following commit should also remove the gmake dependency.

source3/Makefile.in

index 671bd8ed7e96503286f3c373ecd6535c6e20384f..dffb408c0725807e8f25f0c6544f20fd14726d57 100644 (file)
@@ -1406,8 +1406,7 @@ 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