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:
Enji Cooper 2014-08-04 05:49:13 +00:00
parent 35e8923e7e
commit 07014efe94
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=269505

View File

@ -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=