diff options
| author | lukem <lukem@NetBSD.org> | 2008-05-03 14:48:30 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 2008-05-03 14:48:30 +0000 |
| commit | 66176dfdffb03a6e48fcd2fe73d3b5bb4f7845be (patch) | |
| tree | b6f944f2d860631cd97a6a6894829fce142765f2 /gnu/usr.bin/gcc4 | |
| parent | b552ef70c28001d7cb5cacc6fd34be0288390550 (diff) | |
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)
Diffstat (limited to 'gnu/usr.bin/gcc4')
| -rw-r--r-- | gnu/usr.bin/gcc4/backend/Makefile | 4 | ||||
| -rw-r--r-- | gnu/usr.bin/gcc4/frontend/Makefile | 4 | ||||
| -rw-r--r-- | gnu/usr.bin/gcc4/libcpp/Makefile | 4 | ||||
| -rw-r--r-- | gnu/usr.bin/gcc4/libiberty/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/gnu/usr.bin/gcc4/backend/Makefile b/gnu/usr.bin/gcc4/backend/Makefile index 37ba57accc4..e1b21a73327 100644 --- a/gnu/usr.bin/gcc4/backend/Makefile +++ b/gnu/usr.bin/gcc4/backend/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2007/04/08 09:35:32 scw Exp $ +# $NetBSD: Makefile,v 1.10 2008/05/03 14:48:30 lukem Exp $ -MKPRIVATELIB= yes +LIBISPRIVATE= yes LIB= backend diff --git a/gnu/usr.bin/gcc4/frontend/Makefile b/gnu/usr.bin/gcc4/frontend/Makefile index 8edd8e9ed9c..67eec6b8d00 100644 --- a/gnu/usr.bin/gcc4/frontend/Makefile +++ b/gnu/usr.bin/gcc4/frontend/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2006/11/12 01:24:44 christos Exp $ +# $NetBSD: Makefile,v 1.3 2008/05/03 14:48:30 lukem Exp $ -MKPRIVATELIB= yes +LIBISPRIVATE= yes # For ../Makefile.inc and bsd.own.mk .include <bsd.init.mk> 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 diff --git a/gnu/usr.bin/gcc4/libiberty/Makefile b/gnu/usr.bin/gcc4/libiberty/Makefile index a470d4aed76..a5a823061fa 100644 --- a/gnu/usr.bin/gcc4/libiberty/Makefile +++ b/gnu/usr.bin/gcc4/libiberty/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2007/05/20 21:31:05 christos Exp $ +# $NetBSD: Makefile,v 1.4 2008/05/03 14:48:30 lukem Exp $ -MKPRIVATELIB= yes +LIBISPRIVATE= yes .include <bsd.own.mk> |
