Add @CIFSUPCALL_PROGS@ to "all" target so cifs.upcall gets built at
authorMartin Schwenke <martin@meltin.net>
Fri, 7 Nov 2008 01:20:59 +0000 (12:20 +1100)
committerMichael Adam <obnox@samba.org>
Mon, 10 Nov 2008 13:48:52 +0000 (14:48 +0100)
compile time rather than install time.  This stops problems where
packaging scripts pass CFLAGS to "make" but not "make install".

Signed-off-by: Martin Schwenke <martin@meltin.net>
Signed-off-by: Michael Adam <obnox@samba.org>
source/Makefile.in

index f5811af4eeb8538320661c81849cd693cd560a76..0dc62ac6dcc240f68652d4ad84a7992551bcddb1 100644 (file)
@@ -1093,7 +1093,8 @@ VLP_OBJ = $(VLP_OBJ1) $(PARAM_OBJ) $(LIBSMB_OBJ) \
 # now the rules...
 ######################################################################
 all:: SHOWFLAGS libs $(SBIN_PROGS) $(BIN_PROGS) $(ROOT_SBIN_PROGS) \
-       $(MODULES) $(NSS_MODULES) $(PAM_MODULES) @EXTRA_ALL_TARGETS@
+       $(MODULES) $(NSS_MODULES) $(PAM_MODULES) @CIFSUPCALL_PROGS@ \
+       @EXTRA_ALL_TARGETS@
 
 nss_modules:: $(NSS_MODULES)