From: Michael Adam Date: Mon, 10 Nov 2008 14:10:37 +0000 (+0100) Subject: [s3]build: build cifs.upcall at build time instead of at install time. X-Git-Tag: samba-4.0.0alpha6~480^2~252^2~49 X-Git-Url: http://git.samba.org/samba.git/?p=ira%2Fwip.git;a=commitdiff_plain;h=4c391c94f47458a64bf71d17fc3d7c0507ebfd9b [s3]build: build cifs.upcall at build time instead of at install time. This is to prevent problems with packaging scripts that pass CFLAGS to make but not to make install... Based on a patch for v3-2 by Martin Schwenke . Michael --- diff --git a/source3/Makefile.in b/source3/Makefile.in index a644eeae64d..d11094d621e 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -1158,7 +1158,8 @@ RPC_OPEN_TCP_OBJ = torture/rpc_open_tcp.o \ # now the rules... ###################################################################### all:: SHOWFLAGS basics 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@ basics::