mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-16 20:06:06 -05:00
Fix make clean
This commit is contained in:
parent
064d6aae65
commit
7d8541cf8c
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ test-nis-schema-ldbm:
|
|||
$(srcdir)/scripts/startup_nis_ldap_server.sh $(srcdir) ldbm
|
||||
|
||||
clean-local: FORCE
|
||||
-$(RM) test-db/[!C]* test-repl/[!C]* *leak *gmon *core
|
||||
-$(RM) -r test-db/[!C]* test-repl/[!C]* *leak *gmon *core
|
||||
|
||||
veryclean-local: FORCE
|
||||
@-$(RM) data schema
|
||||
|
|
|
|||
Loading…
Reference in a new issue