20 lines
518 B
Diff
20 lines
518 B
Diff
-*- Mode: diff -*-
|
|
--- openldap.org/Makefile.in
|
|
+++ openldap/Makefile.in
|
|
@@ -13,7 +13,7 @@
|
|
## top-level directory of the distribution or, alternatively, at
|
|
## <http://www.OpenLDAP.org/license.html>.
|
|
|
|
-SUBDIRS= include libraries clients servers tests doc
|
|
+SUBDIRS= include libraries
|
|
CLEANDIRS=
|
|
INSTALLDIRS=
|
|
|
|
@@ -32,7 +32,3 @@
|
|
$(RM) config.status libtool stamp-h stamp-h.in libraries/libldap/ldap.pc libraries/liblber/lber.pc
|
|
|
|
distclean: veryclean FORCE
|
|
-
|
|
-check: test
|
|
-test: FORCE
|
|
- cd tests && $(MAKE) test
|