diff options
-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@ |