From 5cfbf7bf76ee8e0e2121ef057fc1ae360b58a91c Mon Sep 17 00:00:00 2001 From: simonb Date: Sat, 25 Feb 2006 12:04:23 +0000 Subject: Use MKPRIVATELIB instead of NOLINKLIB/NOMAN/NOPIC/NOLINT. --- gnu/usr.bin/gcc3/libcpp/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'gnu/usr.bin/gcc3/libcpp/Makefile') diff --git a/gnu/usr.bin/gcc3/libcpp/Makefile b/gnu/usr.bin/gcc3/libcpp/Makefile index 0896976041d..87a873a05ff 100644 --- a/gnu/usr.bin/gcc3/libcpp/Makefile +++ b/gnu/usr.bin/gcc3/libcpp/Makefile @@ -1,9 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2003/12/07 12:51:43 simonb Exp $ +# $NetBSD: Makefile,v 1.3 2006/02/25 12:04:23 simonb Exp $ -NOLINKLIB= # defined -NOLINT= # defined -NOPIC= # defined -NOPROFILE= # defined +MKPRIVATELIB= yes LIB= cpp -- cgit