svn commit: r270286 - stable/10/lib/atf/libatf-c++

Garrett Cooper ngie at FreeBSD.org
Thu Aug 21 17:36:43 UTC 2014


Author: ngie
Date: Thu Aug 21 17:36:42 2014
New Revision: 270286
URL: http://svnweb.freebsd.org/changeset/base/270286

Log:
  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)

Modified:
  stable/10/lib/atf/libatf-c++/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/lib/atf/libatf-c++/Makefile
==============================================================================
--- stable/10/lib/atf/libatf-c++/Makefile	Thu Aug 21 17:32:38 2014	(r270285)
+++ stable/10/lib/atf/libatf-c++/Makefile	Thu Aug 21 17:36:42 2014	(r270286)
@@ -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


More information about the svn-src-all mailing list