summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 5163f1e675..e439fccd50 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -23,7 +23,9 @@ SHELL=/bin/sh
BASEDIR= @prefix@
BINDIR = @bindir@
-SBINDIR = @sbindir@
+# we don't use sbindir because we want full compatibility with
+# the previous releases of Samba
+SBINDIR = @bindir@
LIBDIR = @libdir@
VARDIR = $(BASEDIR)/var
MANDIR = @mandir@