summaryrefslogtreecommitdiffstats
path: root/lib/atf
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2014-08-21 17:36:42 +0000
committerngie <ngie@FreeBSD.org>2014-08-21 17:36:42 +0000
commit9f72d19a82b8c989cc934da7ce064e888eeb607c (patch)
treeae72755e9344b8bb398a8d881819b0dcbfaef797 /lib/atf
parent71a15c49c9c23dd5d03306cca1bb30683a18accf (diff)
downloadFreeBSD-src-9f72d19a82b8c989cc934da7ce064e888eeb607c.zip
FreeBSD-src-9f72d19a82b8c989cc934da7ce064e888eeb607c.tar.gz
MFC r270116:
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)
Diffstat (limited to 'lib/atf')
-rw-r--r--lib/atf/libatf-c++/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/atf/libatf-c++/Makefile b/lib/atf/libatf-c++/Makefile
index d52e496..5ff6214 100644
--- a/lib/atf/libatf-c++/Makefile
+++ b/lib/atf/libatf-c++/Makefile
@@ -31,7 +31,7 @@ LIB= atf-c++
SHLIB_MAJOR= 2
# 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
OpenPOWER on IntegriCloud