temporarily made smbclient a non-error target so that builds will succeed when it...
authorAndrew Tridgell <tridge@samba.org>
Thu, 28 Jun 2001 03:03:11 +0000 (03:03 +0000)
committerAndrew Tridgell <tridge@samba.org>
Thu, 28 Jun 2001 03:03:11 +0000 (03:03 +0000)
(This used to be commit 83d0dc4b53231b05588b7341540c0e4ba1f430b1)

source3/Makefile.in

index 5f695d1c9993b49b643a5517dec1a576107e148e..0801efb5ec0fb0576e75eb03edc7793366f71f79 100644 (file)
@@ -396,11 +396,7 @@ WINBIND_NSS_PICOBJS = $(WINBIND_NSS_OBJ:.o=.po)
 ######################################################################
 # now the rules...
 ######################################################################
-
-all : CHECK include/proto.h $(SPROGS) $(PROGS) bin/libsmbclient.so 
-
-# removed SHLIBS until it compiles on more platforms (tridge)
-# $(SHLIBS)
+all : CHECK include/proto.h $(SPROGS) $(PROGS) $(SHLIBS)
 
 pam_smbpass : CHECK bin/pam_smbpass.@SHLIBEXT@
 
@@ -616,11 +612,11 @@ bin/smbwrapper.32.@SHLIBEXT@: $(PICOBJS32)
 
 bin/libsmbclient.so: $(LIBSMBCLIENT_PICOBJS)
        @echo Linking libsmbclient shared library $@
-       @$(LD) @LDSHFLAGS@ -o $@ $(LIBSMBCLIENT_PICOBJS) $(LIBS) # Anything else?
+       -$(LD) @LDSHFLAGS@ -o $@ $(LIBSMBCLIENT_PICOBJS) $(LIBS) # Anything else?
 
 client/testsmbc: client/testsmbc.o bin/libsmbclient.so
        @echo Linking testsmbc
-       @$(CC) $(CFLAGS) -o $@ client/testsmbc.o -Lbin -lsmbclient
+       -$(CC) $(CFLAGS) -o $@ client/testsmbc.o -Lbin -lsmbclient
 
 bin/smbsh: $(SMBSH_OBJ) bin/.dummy
        @echo Linking $@
@@ -674,9 +670,9 @@ installswat: installdirs
        @$(SHELL) $(srcdir)/script/installswat.sh $(SWATDIR) $(srcdir)
 
 installclientlib:
-       @$(INSTALLCMD) bin/libsmbclient.so $(LIBDIR)
-       @$(INSTALLCMD) -d ${prefix}/include
-       @$(INSTALLCMD) include/libsmbclient.h ${prefix}/include
+       -$(INSTALLCMD) bin/libsmbclient.so $(LIBDIR)
+       -$(INSTALLCMD) -d ${prefix}/include
+       -$(INSTALLCMD) include/libsmbclient.h ${prefix}/include
 
 # revert to the previously installed version
 revert: