Fix comment about shell in Makefile.
authorJelmer Vernooij <jelmer@samba.org>
Sat, 14 Mar 2009 20:08:09 +0000 (21:08 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Sat, 14 Mar 2009 20:08:09 +0000 (21:08 +0100)
source3/Makefile.in

index 6aabcf0c8d215ded7559fa0dc52627f12da3290d..56080841db84ca4e3f44bce87d66bba54d8218f4 100644 (file)
@@ -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.