summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/Makefile.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index a57300ebdd..1ec93a1104 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -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