]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3: Fix wbinfo socket dir path.
authorAndreas Schneider <asn@samba.org>
Wed, 16 Nov 2011 13:54:11 +0000 (14:54 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 16 Nov 2011 16:19:56 +0000 (17:19 +0100)
Autobuild-User: Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date: Wed Nov 16 17:19:56 CET 2011 on sn-devel-104

source3/Makefile.in

index a57300ebddbe45b5432edd009a181245c5d352dc..1ec93a11041a6f558a4082a8ee8e9754eecb2eae 100644 (file)
@@ -1768,6 +1768,13 @@ BINARY_PREREQS = bin/.dummy
                echo "$(COMPILE_CC_PATH)" 1>&2;\
                $(COMPILE_CC_PATH) >/dev/null 2>&1
 
+../nsswitch/wb_common.o: ../nsswitch/wb_common.c Makefile
+       @echo Compiling $*.c
+       @$(COMPILE_CC_PATH) && exit 0;\
+               echo "The following command failed:" 1>&2;\
+               echo "$(COMPILE_CC_PATH)" 1>&2;\
+               $(COMPILE_CC_PATH) >/dev/null 2>&1
+
 ### Start section of object files that require PTHREAD_CFLAGS
 ../nsswitch/wins.o: ../nsswitch/wins.c
        @echo Compiling $*.c