diff options
author | Björn Jacke <bj@sernet.de> | 2010-05-29 02:02:20 +0200 |
---|---|---|
committer | Björn Jacke <bj@sernet.de> | 2010-05-30 16:25:28 +0200 |
commit | 30c74cfa4995af57d8ec3f0f9d3f515e0b285beb (patch) | |
tree | f609763edce0724d5d9883a2dba520a8b1b765d4 | |
parent | 96ee9568eddf1a2f80ed5beb916ad00b1e2710bd (diff) | |
download | samba-30c74cfa4995af57d8ec3f0f9d3f515e0b285beb.tar.gz samba-30c74cfa4995af57d8ec3f0f9d3f515e0b285beb.tar.bz2 samba-30c74cfa4995af57d8ec3f0f9d3f515e0b285beb.zip |
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.
-rw-r--r-- | source3/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
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 |