git.samba.org
/
ira
/
wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c72c50
)
Fix comment about shell in Makefile.
author
Jelmer Vernooij
<jelmer@samba.org>
Sat, 14 Mar 2009 20:08:09 +0000
(21:08 +0100)
committer
Jelmer Vernooij
<jelmer@samba.org>
Sat, 14 Mar 2009 20:08:09 +0000
(21:08 +0100)
source3/Makefile.in
patch
|
blob
|
history
diff --git
a/source3/Makefile.in
b/source3/Makefile.in
index 6aabcf0c8d215ded7559fa0dc52627f12da3290d..56080841db84ca4e3f44bce87d66bba54d8218f4 100644
(file)
--- a/
source3/Makefile.in
+++ b/
source3/Makefile.in
@@
-88,12
+88,11
@@
UNINSTALLLIBCMD_A=@UNINSTALLLIBCMD_A@
VPATH=@srcdir@
srcdir=@abs_srcdir@
builddir=@abs_builddir@
-SHELL=/bin/sh
-DESTDIR=/
-
# XXX: Perhaps this should be @SHELL@ instead -- apparently autoconf
# will search for a POSIX-compliant shell, and that might not be
# /bin/sh on some platforms. I guess it's not a big problem -- mbp
+SHELL=/bin/sh
+DESTDIR=/
# See the autoconf manual "Installation Directory Variables" for a
# discussion of the subtle use of these variables.