summaryrefslogtreecommitdiffstats
path: root/usr.bin/svn
diff options
context:
space:
mode:
authortruckman <truckman@FreeBSD.org>2013-06-19 19:44:57 +0000
committertruckman <truckman@FreeBSD.org>2013-06-19 19:44:57 +0000
commita7d8c6740e98c0b5295a3ce9a28b08b98b314c7b (patch)
treed37131136114d3c6c43ab27cad412f95fd9a80ae /usr.bin/svn
parent77503946efcda7219a36edbfb1d6427bd3fe5ded (diff)
downloadFreeBSD-src-a7d8c6740e98c0b5295a3ce9a28b08b98b314c7b.zip
FreeBSD-src-a7d8c6740e98c0b5295a3ce9a28b08b98b314c7b.tar.gz
Fix a couple of typos that broke buildworld for me.
Reviewed by: peter
Diffstat (limited to 'usr.bin/svn')
-rw-r--r--usr.bin/svn/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/svn/Makefile.inc b/usr.bin/svn/Makefile.inc
index 9d11caa..fb50b22 100644
--- a/usr.bin/svn/Makefile.inc
+++ b/usr.bin/svn/Makefile.inc
@@ -40,9 +40,9 @@ LIBSVN_SUBRDIR= ${.OBJDIR}/../lib/libsvn_subr
LIBSVN_WCDIR= ${.OBJDIR}/../lib/libsvn_wc
LIBAPR= ${LIBAPRDIR}/libapr.a
-LIBAPR_UTIL= ${LIBAPR_UTILDIR}/libapr_util.a
+LIBAPR_UTIL= ${LIBAPR_UTILDIR}/libapr-util.a
LIBSQLITE= ${LIBSQLITEDIR}/libsqlite3.a
-LIBSERF= ${LIBSQLITEDIR}/libserf.a
+LIBSERF= ${LIBSERFDIR}/libserf.a
LIBSVN_CLIENT= ${LIBSVN_CLIENTDIR}/libsvn_client.a
LIBSVN_DELTA= ${LIBSVN_DELTADIR}/libsvn_delta.a
OpenPOWER on IntegriCloud