svn commit: samba r19714 - in branches/SAMBA_4_0/source/lib/ldb: .

metze at samba.org metze at samba.org
Wed Nov 15 14:31:47 GMT 2006


Author: metze
Date: 2006-11-15 14:31:47 +0000 (Wed, 15 Nov 2006)
New Revision: 19714

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=19714

Log:
- add an explicit default target (needs to be the first target in the Makefile)
- let 'make nss' work alone

metze
Modified:
   branches/SAMBA_4_0/source/lib/ldb/Makefile.in


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/Makefile.in
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/Makefile.in	2006-11-15 05:30:47 UTC (rev 19713)
+++ branches/SAMBA_4_0/source/lib/ldb/Makefile.in	2006-11-15 14:31:47 UTC (rev 19714)
@@ -57,8 +57,10 @@
 
 DIRS = lib bin common ldb_tdb ldb_ldap ldb_sqlite3 modules tools examples
 
-nss: nssdir $(NSS_LIB)
+default: all
 
+nss: nssdir all $(NSS_LIB)
+
 nssdir:
 	@mkdir -p $(NSSDIR)
 



More information about the samba-cvs mailing list