From 44dfc90bcd426f5f12c49e21eace0fe5d1edd2f0 Mon Sep 17 00:00:00 2001 From: bdrewery Date: Sat, 4 Apr 2015 00:42:09 +0000 Subject: MFC r280179,r280180: r280179: Add LIB_CXX so that C++ libraries will use CXX to link. This adds some extra dependencies directly to Makefile.inc1 as atf is still a prebuild library in stable/10. If r273449 is MFCd these can come out. r280180: Document LIB and LIB_CXX. --- lib/atf/libatf-c++/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/atf') diff --git a/lib/atf/libatf-c++/Makefile b/lib/atf/libatf-c++/Makefile index 3cbbfa3..ea8434d 100644 --- a/lib/atf/libatf-c++/Makefile +++ b/lib/atf/libatf-c++/Makefile @@ -27,7 +27,7 @@ .include -LIB= atf-c++ +LIB_CXX= atf-c++ PRIVATELIB= true SHLIB_MAJOR= 2 -- cgit v1.1