summaryrefslogtreecommitdiffstats
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
commitcfd81e62c81dcb114e2c9f917a01168273bf75b0 (patch)
tree782006a7c237791d83f2ce28d7d12fd0b3662f84
parent1f6240daae4c5503d6fbb846d89cae986e010fc8 (diff)
downloadsamba-cfd81e62c81dcb114e2c9f917a01168273bf75b0.tar.gz
samba-cfd81e62c81dcb114e2c9f917a01168273bf75b0.tar.xz
samba-cfd81e62c81dcb114e2c9f917a01168273bf75b0.zip
This brings HEAD into line with SAMBA_2_2, they now both use bindir.
Andrew Bartlett
-rw-r--r--source/Makefile.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/source/Makefile.in b/source/Makefile.in
index b74f40fa396..b44e3cabf1f 100644
--- a/source/Makefile.in
+++ b/source/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@