From d44e87aaea49ac610567c718df1d07bbb590b106 Mon Sep 17 00:00:00 2001 From: Simon Schubert Date: Tue, 30 Jan 2007 14:47:56 +0000 Subject: [PATCH] Fix values for CCVER, they are gcc*, not cc*. Noticed-by: Thomas Nikolajsen (via unrelated patch) --- share/man/man5/make.conf.5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/man/man5/make.conf.5 b/share/man/man5/make.conf.5 index b4dbf4572e..de9594b22f 100644 --- a/share/man/man5/make.conf.5 +++ b/share/man/man5/make.conf.5 @@ -23,7 +23,7 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD: src/share/man/man5/make.conf.5,v 1.12.2.30 2003/05/18 17:05:55 brueffer Exp $ -.\" $DragonFly: src/share/man/man5/make.conf.5,v 1.20 2007/01/20 06:29:00 pavalos Exp $ +.\" $DragonFly: src/share/man/man5/make.conf.5,v 1.21 2007/01/30 14:47:56 corecode Exp $ .\" .Dd September 10, 2006 .Dt MAKE.CONF 5 @@ -114,7 +114,7 @@ Controls which GCC version to use by default. It should be set as CCVER?= so as not to interfere with overrides from userland. We currently recommend that an override NOT be set in .Pa /etc/make.conf . -Currently accepted values are cc34 and cc41 (experimental). +Currently accepted values are gcc34 and gcc41 (experimental). .It Va CFLAGS .Pq Vt str Controls the compiler setting when compiling C code. -- 2.41.0