mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 05:58:57 +00:00
Move a -L argument from LDADD to LDFLAGS
Phabric: D525 (part of a larger patch) Reviewed by: jmmv Approved by: jmmv (co-mentor)
This commit is contained in:
parent
35e8923e7e
commit
07014efe94
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=269505
@ -6,7 +6,9 @@ PROG= target
|
||||
BINDIR= ${TESTSBASE}${TESTSDIR}/libexec/rtld-elf
|
||||
|
||||
CFLAGS+= -I${.CURDIR}/../libpythagoras
|
||||
LDADD= -L${.OBJDIR}/../libpythagoras -lpythagoras
|
||||
|
||||
LDFLAGS+= -L${.OBJDIR}/../libpythagoras
|
||||
LDADD= -lpythagoras
|
||||
|
||||
MAN=
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user