diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-01-06 19:16:32 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-01-09 10:56:26 +1100 |
commit | 319209592d25872bc6b05b5fad5666ccc32cdc2a (patch) | |
tree | 11422e91e0cc4bb2aac3fab4186b7d4fbf1c9b71 /source3/Makefile.in | |
parent | bd9309b91c2dd19fbbc8be73732780ee0aaf8095 (diff) | |
download | samba-319209592d25872bc6b05b5fad5666ccc32cdc2a.tar.gz samba-319209592d25872bc6b05b5fad5666ccc32cdc2a.tar.xz samba-319209592d25872bc6b05b5fad5666ccc32cdc2a.zip |
s3-build SMBTORTRUE4 variable is unused in make test
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 6c4ac2cdcd..2dcb71b694 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -54,7 +54,6 @@ SMB_PASSWD_FILE=@SMB_PASSWD_FILE@ selftest_prefix=@selftest_prefix@ selftest_shrdir=@selftest_shrdir@ -smbtorture4_path=@smbtorture4_path@ smbtorture4_option=@smbtorture4_option@ selftest_custom_conf=@selftest_custom_conf@ @@ -3520,7 +3519,6 @@ S3_LD_LIBPATH_OVERRIDE = $(LIB_PATH_VAR)="$(builddir)/bin:$$$(LIB_PATH_VAR)" test:: all torture timelimit @LIB_PATH_VAR=$(LIB_PATH_VAR) $(S3_LD_LIBPATH_OVERRIDE) \ - SMBTORTURE4=$(smbtorture4_path) \ NSS_WRAPPER_WINBIND_SO_PATH="$(srcdir)/../nsswitch/libnss_winbind.so" \ SELFTESTDIR="$(selftestdir)" SELFTESTPREFIX="$(selftest_prefix)" \ SOURCEDIR="$(srcdir)" \ |