From a23d00280cfb1e3720b55c303666e31c0b4786c1 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 10 Jul 2008 15:01:56 +0200 Subject: build: use the libs target instead of the LIBRARIES variable as dependecy for "all". Michael (This used to be commit 991c3fefa850c0b48111c6c5bacae14163872b58) --- source3/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/Makefile.in') 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) -- cgit