build: use the libs target instead of the LIBRARIES variable as dependecy for "all".
authorMichael Adam <obnox@samba.org>
Thu, 10 Jul 2008 13:01:56 +0000 (15:01 +0200)
committerMichael Adam <obnox@samba.org>
Thu, 10 Jul 2008 14:26:40 +0000 (16:26 +0200)
Michael
(This used to be commit 991c3fefa850c0b48111c6c5bacae14163872b58)

source3/Makefile.in

index 824a8bb13ece826a96c4a40082c291bd9c416c65..6c696cecc97740b9eb705ea58567d1751dd300c6 100644 (file)
@@ -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)