mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
07014efe94
commit
2db8752cef
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue