mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 05:58:57 +00: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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=269600
@ -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 New Issue
Block a user