mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Similar to r269506, fix LIBDIR to not duplicate TESTSDIR
Phabric: D536 Reviewed by: jmmv Approved by: jmmv (mentor) Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
522da0b0ad
commit
fd5c99b51e
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue