diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-02-29 17:04:57 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-02-29 17:04:57 +0100 |
commit | 98db64734367da419877dd87d0548d93be23d483 (patch) | |
tree | 69a2b9e79be9d427c2275e56743a6d8cbf07ddb7 /source4/build/smb_build | |
parent | 2bb8e49a7e8f38f053fb3d282ec62cfa4b52196e (diff) | |
download | samba-98db64734367da419877dd87d0548d93be23d483.tar.gz samba-98db64734367da419877dd87d0548d93be23d483.tar.bz2 samba-98db64734367da419877dd87d0548d93be23d483.zip |
Remove duplicate message.
(This used to be commit 87074881a926f6216276ebc263047c1ffb8aee10)
Diffstat (limited to 'source4/build/smb_build')
-rw-r--r-- | source4/build/smb_build/main.pl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/build/smb_build/main.pl b/source4/build/smb_build/main.pl index 7312749f28..c3dc46461b 100644 --- a/source4/build/smb_build/main.pl +++ b/source4/build/smb_build/main.pl @@ -86,6 +86,4 @@ header::create_smb_build_h($OUTPUT, "include/build.h"); summary::show($OUTPUT, \%config::config); -print "To build Samba, run $config::config{MAKE}\n"; - 1; |