mirror of
https://github.com/samba-team/samba.git
synced 2025-03-09 08:58:35 +03:00
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)
This commit is contained in:
parent
52f53078bf
commit
38272577f1
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user