diff options
author | Andrew Bartlett <abartlet@samba.org> | 2001-07-04 06:31:15 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2001-07-04 06:31:15 +0000 |
commit | 9e9e73303ec10a64bd744b9b33f4e6cd7d394f03 (patch) | |
tree | 6700ee0b52be3babaee2343b425736b6fc2c7f11 /source3 | |
parent | a594519d28e57ebd793ae4e4023a6253652caa61 (diff) | |
download | samba-9e9e73303ec10a64bd744b9b33f4e6cd7d394f03.tar.gz samba-9e9e73303ec10a64bd744b9b33f4e6cd7d394f03.tar.bz2 samba-9e9e73303ec10a64bd744b9b33f4e6cd7d394f03.zip |
This brings HEAD into line with SAMBA_2_2, they now both use bindir.
Andrew Bartlett
(This used to be commit cfd81e62c81dcb114e2c9f917a01168273bf75b0)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index b74f40fa39..b44e3cabf1 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -31,9 +31,8 @@ SHELL=/bin/sh BASEDIR= @prefix@ BINDIR = @bindir@ -# we don't use sbindir because we want full compatibility with -# the previous releases of Samba -SBINDIR = @bindir@ +# sbindir is mapped to bindir when compiling SAMBA in 2.0.x compatibility mode. +SBINDIR = @sbindir@ LIBDIR = @libdir@ VARDIR = @localstatedir@ MANDIR = @mandir@ |