]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Make sure that a shared library build of libsmbclient causes build
authorRichard Sharpe <sharpe@samba.org>
Tue, 24 Jul 2001 12:17:00 +0000 (12:17 +0000)
committerRichard Sharpe <sharpe@samba.org>
Tue, 24 Jul 2001 12:17:00 +0000 (12:17 +0000)
breakage if there are problems. I will take this out tomorrow if it
causes too many problems.

source/Makefile.in

index c1f0c8ee15b8cf6e248e3dabe7cea6e8f3b3d754..f1ab28d6923598dc706b6d50450d25b52cf3178a 100644 (file)
@@ -590,7 +590,7 @@ bin/smbwrapper.32.@SHLIBEXT@: $(PICOBJS32)
        @$(LD) -32 @LDSHFLAGS@ -o $@ $(PICOBJS32) $(LIBS)
 
 libsmbclient: $(LIBSMBCLIENT_PICOBJS)
-       -if [ $(BLDSHARED) = true ]; then \
+       @if [ $(BLDSHARED) = true ]; then \
           echo Linking libsmbclient shared library bin/$@.@SHLIBEXT@; \
           $(SHLD) @LDSHFLAGS@ -o bin/$@.@SHLIBEXT@ $(LIBSMBCLIENT_PICOBJS) $(LIBS); \
        fi