diff options
author | Michael Adam <obnox@samba.org> | 2008-11-10 15:10:37 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-11-10 17:00:04 +0100 |
commit | 4c391c94f47458a64bf71d17fc3d7c0507ebfd9b (patch) | |
tree | 8f329a3959feccac5a9134f14b936ee0796639a7 /source3 | |
parent | 7d8787c915b97f44851d2ca4c854c5f3aca8a3c6 (diff) | |
download | samba-4c391c94f47458a64bf71d17fc3d7c0507ebfd9b.tar.gz samba-4c391c94f47458a64bf71d17fc3d7c0507ebfd9b.tar.bz2 samba-4c391c94f47458a64bf71d17fc3d7c0507ebfd9b.zip |
[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 <martin@meltin.net>.
Michael
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index a644eeae64..d11094d621 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:: |