diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2009-03-14 21:08:09 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2009-03-14 21:08:09 +0100 |
commit | acb6018091cf202c70632fda69a34df11310d4ef (patch) | |
tree | ec34879300cdfdce8145940d38379b6bfe083b4c /source3 | |
parent | 0c72c503faa0506ed25067e623f9263da8e2c94c (diff) | |
download | samba-acb6018091cf202c70632fda69a34df11310d4ef.tar.gz samba-acb6018091cf202c70632fda69a34df11310d4ef.tar.bz2 samba-acb6018091cf202c70632fda69a34df11310d4ef.zip |
Fix comment about shell in Makefile.
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 6aabcf0c8d..56080841db 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. |