From 46e6d5b7bfbe5975010f8f5a81f132f991b04c05 Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Sun, 17 Aug 2014 23:30:45 +0000 Subject: [PATCH] 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) --- lib/atf/libatf-c++/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/atf/libatf-c++/Makefile b/lib/atf/libatf-c++/Makefile index 163f7fbf363b..a7a8d91de48d 100644 --- a/lib/atf/libatf-c++/Makefile +++ b/lib/atf/libatf-c++/Makefile @@ -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