git.samba.org
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
631913e
)
use bindir not sbindir in Makefile to ensure that we don't break
author
Andrew Tridgell
<tridge@samba.org>
Sat, 21 Nov 1998 00:56:52 +0000
(
00:56
+0000)
committer
Andrew Tridgell
<tridge@samba.org>
Sat, 21 Nov 1998 00:56:52 +0000
(
00:56
+0000)
existing setups
source/Makefile.in
patch
|
blob
|
history
diff --git
a/source/Makefile.in
b/source/Makefile.in
index 5163f1e675f73e430f89cee0a718f216fbcff322..e439fccd508c663cb8ce395420bb3956b498dc15 100644
(file)
--- a/
source/Makefile.in
+++ b/
source/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@