af3e5bef6c
* remove Wint-conversion.patch and configure-c99.patch, which were fixed upstream. Change-Id: Ia93b0190e60ab3420fe79c5446f22a1573b1ea6e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155441 Tested-by: Taichi Haradaguchi <20001722@ymail.ne.jp> Reviewed-by: Taichi Haradaguchi <20001722@ymail.ne.jp>
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
|