summaryrefslogtreecommitdiff
path: root/build.conf
diff options
context:
space:
mode:
authorBrian Havard <bjh@apache.org>2010-03-13 17:56:03 +0000
committerBrian Havard <bjh@apache.org>2010-03-13 17:56:03 +0000
commit13f2a52afac565de6dc0d71d10fb7b2950d0f574 (patch)
tree5e073b1f2e05cf116bcc4f23e6a1514747706ab0 /build.conf
parent8408cae0b5e4d14b3738d9eb51a7997d16b6fb10 (diff)
downloadapr-13f2a52afac565de6dc0d71d10fb7b2950d0f574.tar.gz
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
Diffstat (limited to 'build.conf')
-rw-r--r--build.conf4
1 files changed, 2 insertions, 2 deletions
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