Fix typo in lib/atf/libatfc++/Makefile
LIBATFC should be LIBATF_C; this was missed in the initial import (r241823) PR: 192731 MFC after: 3 days Phabric: D619 Approved by: rpaulo (mentor)
This commit is contained in:
parent
3e0aeae44a
commit
46e6d5b7bf
@ -33,7 +33,7 @@ PRIVATELIB= true
|
||||
SHLIB_MAJOR= 1
|
||||
|
||||
# libatf-c++ depends on the C version of the ATF library to build.
|
||||
DPADD= ${LIBATFC}
|
||||
DPADD= ${LIBATF_C}
|
||||
LDADD= -latf-c
|
||||
|
||||
LDFLAGS+= -L${.OBJDIR}/../libatf-c
|
||||
|
Loading…
x
Reference in New Issue
Block a user