Fix BINDIR to not duplicate "${TESTSDIR}

This should fix 'make release' with MK_TESTS != no

Phabric: D525 (part of a larger patch)

Reviewed by: jmmv
Approved by: jmmv (co-mentor)
This commit is contained in:
Enji Cooper 2014-08-04 05:50:21 +00:00
parent 07014efe94
commit 2db8752cef
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=269506

View File

@ -3,7 +3,7 @@
.include <bsd.own.mk>
PROG= target
BINDIR= ${TESTSBASE}${TESTSDIR}/libexec/rtld-elf
BINDIR= ${TESTSBASE}/libexec/rtld-elf
CFLAGS+= -I${.CURDIR}/../libpythagoras