From: Michael Adam Date: Thu, 10 Jul 2008 13:01:56 +0000 (+0200) Subject: build: use the libs target instead of the LIBRARIES variable as dependecy for "all". X-Git-Tag: samba-3.3.0pre1~595 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=991c3fefa850c0b48111c6c5bacae14163872b58;p=thirdparty%2Fsamba.git build: use the libs target instead of the LIBRARIES variable as dependecy for "all". Michael --- diff --git a/source/Makefile.in b/source/Makefile.in index 824a8bb13ec..6c696cecc97 100644 --- a/source/Makefile.in +++ b/source/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)