diff options
author | Michael Adam <obnox@samba.org> | 2008-07-10 15:01:56 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-07-10 16:26:40 +0200 |
commit | a23d00280cfb1e3720b55c303666e31c0b4786c1 (patch) | |
tree | 5ffbbba4b029afc7fa8a4dce15f8644e305a0a71 | |
parent | 030fe6ddd2af4dc77de934908f5594026e53e848 (diff) | |
download | samba-a23d00280cfb1e3720b55c303666e31c0b4786c1.tar.gz samba-a23d00280cfb1e3720b55c303666e31c0b4786c1.tar.bz2 samba-a23d00280cfb1e3720b55c303666e31c0b4786c1.zip |
build: use the libs target instead of the LIBRARIES variable as dependecy for "all".
Michael
(This used to be commit 991c3fefa850c0b48111c6c5bacae14163872b58)
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 824a8bb13e..6c696cecc9 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -1104,7 +1104,7 @@ RPC_OPEN_TCP_OBJ = torture/rpc_open_tcp.o \ ###################################################################### # now the rules... ###################################################################### -all:: SHOWFLAGS $(LIBRARIES) $(SBIN_PROGS) $(BIN_PROGS) $(ROOT_SBIN_PROGS) \ +all:: SHOWFLAGS libs $(SBIN_PROGS) $(BIN_PROGS) $(ROOT_SBIN_PROGS) \ $(MODULES) $(NSS_MODULES) $(PAM_MODULES) @EXTRA_ALL_TARGETS@ nss_modules:: $(NSS_MODULES) |