From 30c74cfa4995af57d8ec3f0f9d3f515e0b285beb Mon Sep 17 00:00:00 2001 From: Björn Jacke Date: Sat, 29 May 2010 02:02:20 +0200 Subject: Revert "s3: Attempt to fix the non-gnumake build" This reverts commit 086c6c0e9a56f7e6dca6c1398e210b8c6225e4ed, it broke some builds. The following commit should also remove the gmake dependency. --- source3/Makefile.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source3/Makefile.in') diff --git a/source3/Makefile.in b/source3/Makefile.in index 671bd8ed7e..dffb408c07 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -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 -- cgit