svn commit: r269600 - head/libexec/rtld-elf/tests/libpythagoras
Garrett Cooper
ngie at FreeBSD.org
Tue Aug 5 18:09:39 UTC 2014
Author: ngie
Date: Tue Aug 5 18:09:39 2014
New Revision: 269600
URL: http://svnweb.freebsd.org/changeset/base/269600
Log:
Similar to r269506, fix LIBDIR to not duplicate TESTSDIR
Phabric: D536
Reviewed by: jmmv
Approved by: jmmv (mentor)
Sponsored by: EMC / Isilon Storage Division
Modified:
head/libexec/rtld-elf/tests/libpythagoras/Makefile
Modified: head/libexec/rtld-elf/tests/libpythagoras/Makefile
==============================================================================
--- head/libexec/rtld-elf/tests/libpythagoras/Makefile Tue Aug 5 18:05:31 2014 (r269599)
+++ head/libexec/rtld-elf/tests/libpythagoras/Makefile Tue Aug 5 18:09:39 2014 (r269600)
@@ -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
More information about the svn-src-all
mailing list