summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-11-14 00:53:40 +0000
committerTim Potter <tpot@samba.org>2002-11-14 00:53:40 +0000
commit1237ae89c6cdc050181c10a509c61b4ebcb90ff5 (patch)
treed8d3a22766ce0846e0eefb57263abad0b16b1432 /source3
parent2aaf85730a187556b60085d6b7707e247863565c (diff)
downloadsamba-1237ae89c6cdc050181c10a509c61b4ebcb90ff5.tar.gz
samba-1237ae89c6cdc050181c10a509c61b4ebcb90ff5.tar.bz2
samba-1237ae89c6cdc050181c10a509c61b4ebcb90ff5.zip
Quieten status message when linking libsmbclient.so
(This used to be commit 85946731dd8bc60d0f71fe7ffa6756bd3bcbbf67)
Diffstat (limited to 'source3')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index ab195546bb..0532b7a228 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -787,7 +787,7 @@ bin/smbwrapper.32.@SHLIBEXT@: $(PICOBJS32)
@SONAMEFLAG@`basename $@`
bin/libsmbclient.@SHLIBEXT@: $(LIBSMBCLIENT_PICOBJS)
- echo Linking libsmbclient shared library $@
+ @echo Linking libsmbclient shared library $@
$(SHLD) $(LDSHFLAGS) -o $@ $(LIBSMBCLIENT_PICOBJS) $(LIBS) \
@SONAMEFLAG@`basename $@`.$(LIBSMBCLIENT_MAJOR)