From 9e9e73303ec10a64bd744b9b33f4e6cd7d394f03 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 4 Jul 2001 06:31:15 +0000 Subject: This brings HEAD into line with SAMBA_2_2, they now both use bindir. Andrew Bartlett (This used to be commit cfd81e62c81dcb114e2c9f917a01168273bf75b0) --- source3/Makefile.in | 5 ++--- 1 file 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@ -- cgit