summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2001-07-04 06:31:15 +0000
committerAndrew Bartlett <abartlet@samba.org>2001-07-04 06:31:15 +0000
commit9e9e73303ec10a64bd744b9b33f4e6cd7d394f03 (patch)
tree6700ee0b52be3babaee2343b425736b6fc2c7f11
parenta594519d28e57ebd793ae4e4023a6253652caa61 (diff)
downloadsamba-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)
-rw-r--r--source3/Makefile.in5
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@