summaryrefslogtreecommitdiffstats
path: root/libexec
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2014-08-05 18:09:39 +0000
committerngie <ngie@FreeBSD.org>2014-08-05 18:09:39 +0000
commit07849d0d0d6b3dab3dfb1e9ac60b55bdc6e826a9 (patch)
treeda2c7325faff05f663326da3bf318e0d7b88336b /libexec
parent27de6fbe25fe5ab2ffdb14504f1408f6ceaebd00 (diff)
downloadFreeBSD-src-07849d0d0d6b3dab3dfb1e9ac60b55bdc6e826a9.zip
FreeBSD-src-07849d0d0d6b3dab3dfb1e9ac60b55bdc6e826a9.tar.gz
Similar to r269506, fix LIBDIR to not duplicate TESTSDIR
Phabric: D536 Reviewed by: jmmv Approved by: jmmv (mentor) Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'libexec')
-rw-r--r--libexec/rtld-elf/tests/libpythagoras/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/rtld-elf/tests/libpythagoras/Makefile b/libexec/rtld-elf/tests/libpythagoras/Makefile
index 09b67c9..618612f 100644
--- a/libexec/rtld-elf/tests/libpythagoras/Makefile
+++ b/libexec/rtld-elf/tests/libpythagoras/Makefile
@@ -5,8 +5,8 @@
LIB= pythagoras
SHLIB_MAJOR= 0
-LIBDIR= ${TESTSBASE}${TESTSDIR}/libexec/rtld-elf
-SHLIBDIR= ${TESTSBASE}${TESTSDIR}/libexec/rtld-elf
+LIBDIR= ${TESTSBASE}/libexec/rtld-elf
+SHLIBDIR= ${TESTSBASE}/libexec/rtld-elf
SRCS= pythagoras.c
OpenPOWER on IntegriCloud