diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-11-15 14:31:47 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:28:12 -0500 |
commit | 38272577f1648182dc5c9ddf1b011aa03b292d28 (patch) | |
tree | 7effa32cdafedf7b54adcfe3c9a579ff92ebe521 /source4/lib | |
parent | 52f53078bf0b5647a5119fac6f96791256e73f61 (diff) | |
download | samba-38272577f1648182dc5c9ddf1b011aa03b292d28.tar.gz samba-38272577f1648182dc5c9ddf1b011aa03b292d28.tar.bz2 samba-38272577f1648182dc5c9ddf1b011aa03b292d28.zip |
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)
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/ldb/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
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) |