summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-07-10 15:01:56 +0200
committerKarolin Seeger <kseeger@samba.org>2008-08-18 15:02:55 +0200
commit804dc3e904562056527ab4dde1ca55f3af877878 (patch)
tree591ae9d0a14db837c86db05f2990e920fe62415a
parentaceed6a52d9ad3ae841d94c08ab46bed749a6097 (diff)
downloadsamba-804dc3e904562056527ab4dde1ca55f3af877878.tar.gz
build: use the libs target instead of the LIBRARIES variable as dependecy for "all".
Michael (cherry picked from commit 991c3fefa850c0b48111c6c5bacae14163872b58) (cherry picked from commit 9e65aea4a2a906933126f69e80dac914972f27f9)
-rw-r--r--source/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Makefile.in b/source/Makefile.in
index d6a8e0bd7b1..44ea724ec28 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -1084,7 +1084,7 @@ VLP_OBJ = $(VLP_OBJ1) $(PARAM_OBJ) $(LIBSMB_OBJ) \
######################################################################
# 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)