summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2009-03-15 13:52:01 +0100
committerJelmer Vernooij <jelmer@samba.org>2009-03-15 13:52:01 +0100
commit251bf8aab5eb89b1c36696fa661d7f105ab71923 (patch)
tree64279d37e0656c6163f088175b26bf2a60452bdc /source3/Makefile.in
parent8afd835cea1a8138a4e21702e610b0b0e9904700 (diff)
parenta3d2b77ddd9808b35300446cebca1b403ca56f78 (diff)
downloadsamba-251bf8aab5eb89b1c36696fa661d7f105ab71923.tar.gz
samba-251bf8aab5eb89b1c36696fa661d7f105ab71923.tar.bz2
samba-251bf8aab5eb89b1c36696fa661d7f105ab71923.zip
Merge branch 'checktalloc' of /home/jelmer/samba4
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 6b0a1516d0..f69c39b6e4 100644
--- 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.