From 66176dfdffb03a6e48fcd2fe73d3b5bb4f7845be Mon Sep 17 00:00:00 2001 From: lukem Date: Sat, 3 May 2008 14:48:30 +0000 Subject: Rename MKPRIVATELIB to LIBISPRIVATE, to make it clearer that this is a variable that is used by in-tree Makefiles to control behaviour. (MKsomevar variables are generally intended to be controlled by the end-user) --- gnu/usr.bin/gcc4/libcpp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/usr.bin/gcc4/libcpp/Makefile') diff --git a/gnu/usr.bin/gcc4/libcpp/Makefile b/gnu/usr.bin/gcc4/libcpp/Makefile index c99511f9ffd..89a37c9c910 100644 --- a/gnu/usr.bin/gcc4/libcpp/Makefile +++ b/gnu/usr.bin/gcc4/libcpp/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2006/11/12 01:24:45 christos Exp $ +# $NetBSD: Makefile,v 1.3 2008/05/03 14:48:30 lukem Exp $ -MKPRIVATELIB= yes +LIBISPRIVATE= yes LIB= cpp -- cgit