From 13f2a52afac565de6dc0d71d10fb7b2950d0f574 Mon Sep 17 00:00:00 2001 From: Brian Havard Date: Sat, 13 Mar 2010 17:56:03 +0000 Subject: Remove trailing backslashes in the ldap section of build.conf as they're not necessary and cause buildconf to fail on OS/2 with an assert failure in gen-build.py. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@922628 13f79535-47bb-0310-9956-ffa450edef68 --- build.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build.conf') diff --git a/build.conf b/build.conf index 88320bb55..1fa1eae48 100644 --- a/build.conf +++ b/build.conf @@ -109,8 +109,8 @@ paths = dbm/apr_dbm_ndbm.c target = dbm/apr_dbm_ndbm.la [ldap] -paths = ldap/apr_ldap_init.c \ - ldap/apr_ldap_option.c \ +paths = ldap/apr_ldap_init.c + ldap/apr_ldap_option.c ldap/apr_ldap_rebind.c target = ldap/apr_ldap.la -- cgit v1.2.1