summaryrefslogtreecommitdiff
path: root/build.conf
diff options
context:
space:
mode:
authorbjh <bjh@13f79535-47bb-0310-9956-ffa450edef68>2010-03-13 17:56:03 +0000
committerbjh <bjh@13f79535-47bb-0310-9956-ffa450edef68>2010-03-13 17:56:03 +0000
commit54368f62ba9b6ecaa30d6d9a6423cad2e7d113af (patch)
tree5e073b1f2e05cf116bcc4f23e6a1514747706ab0 /build.conf
parentb256fa1c9bedfb7be161c055428f885c93b66da7 (diff)
downloadlibapr-54368f62ba9b6ecaa30d6d9a6423cad2e7d113af.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: http://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