From 38272577f1648182dc5c9ddf1b011aa03b292d28 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 15 Nov 2006 14:31:47 +0000 Subject: r19714: - add an explicit default target (needs to be the first target in the Makefile) - let 'make nss' work alone metze (This used to be commit 5685b6c8a267251bb21f2cc0e768b00f615e0f1b) --- source4/lib/ldb/Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source4/lib/ldb/Makefile.in b/source4/lib/ldb/Makefile.in index b46fd73791..fe8992b18e 100644 --- a/source4/lib/ldb/Makefile.in +++ b/source4/lib/ldb/Makefile.in @@ -57,7 +57,9 @@ EXAMPLES = examples/ldbreader examples/ldifreader 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) -- cgit